diff --git a/apps/gitea.yaml b/apps/gitea.yaml new file mode 100644 index 0000000..46031c9 --- /dev/null +++ b/apps/gitea.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: gitea + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://git.halia.dev/athens-school/gitea.git + targetRevision: k3s + path: manifests + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=false + - ApplyOutOfSyncOnly=true + - PruneLast=true + destination: + server: https://kubernetes.default.svc + namespace: gitea diff --git a/apps/monitoring.yaml b/apps/monitoring.yaml new file mode 100644 index 0000000..88ed47e --- /dev/null +++ b/apps/monitoring.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: monitoring + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://git.halis.io/athens-school/monitoring.git + targetRevision: master + path: manifests + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=false + - ApplyOutOfSyncOnly=true + - PruneLast=true + - Replace=true + destination: + server: https://kubernetes.default.svc + namespace: monitoring