From 05c85c4662a348f5adecc3abe97041e0681ec1fc Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Mon, 22 Jun 2026 20:55:32 +0000 Subject: [PATCH] Added ArgoCD and Longhorn applications --- argocd-apps/apps/argocd.yaml | 18 ++++++++++++++++++ argocd-apps/apps/longhorn.yaml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 argocd-apps/apps/argocd.yaml create mode 100644 argocd-apps/apps/longhorn.yaml 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