From d024585711c929d2023425100b0687357b513453 Mon Sep 17 00:00:00 2001 From: jad0s Date: Sat, 13 Jun 2026 19:39:17 +0200 Subject: [PATCH] feat: add longhorn application --- apps/longhorn.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/longhorn.yaml diff --git a/apps/longhorn.yaml b/apps/longhorn.yaml new file mode 100644 index 0000000..b4b57ee --- /dev/null +++ b/apps/longhorn.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn + namespace: argocd +spec: + project: default + source: + repoURL: https://charts.longhorn.io + chart: longhorn + targetRevision: 1.12.0 + helm: + values: | + defaultSettings: + defaultReplicaCount: 3 + destination: + server: https://kubernetes.default.svc + namespace: longhorn-system + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true