diff --git a/argocd-apps/apps/argocd.yaml b/argocd-apps/apps/argocd.yaml new file mode 100644 index 0000000..3a55035 --- /dev/null +++ b/argocd-apps/apps/argocd.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argocd + namespace: argocd +spec: + project: platform + source: + repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git + targetRevision: main + path: rendered/argocd + destination: + server: https://kubernetes.default.svc + namespace: argocd + syncPolicy: + automated: + prune: false + selfHeal: true diff --git a/argocd-apps/apps/longhorn.yaml b/argocd-apps/apps/longhorn.yaml new file mode 100644 index 0000000..f9c9621 --- /dev/null +++ b/argocd-apps/apps/longhorn.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn + namespace: argocd +spec: + project: platform + source: + repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git + targetRevision: main + path: rendered/longhorn + destination: + server: https://kubernetes.default.svc + namespace: longhorn-system + syncPolicy: + automated: + prune: false + selfHeal: true