From 995d2533e931dcd3fa24a096a7455ba4ded8918b Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 2 Jul 2022 20:15:22 +0200 Subject: [PATCH] horning --- apps/templates/longhorn.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 apps/templates/longhorn.yaml diff --git a/apps/templates/longhorn.yaml b/apps/templates/longhorn.yaml new file mode 100644 index 0000000..f4111d2 --- /dev/null +++ b/apps/templates/longhorn.yaml @@ -0,0 +1,26 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn + namespace: argo-cd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + server: https://kubernetes.default.svc + namespace: longhorn-system + project: default + source: + chart: longhorn + repoURL: https://charts.longhorn.io + targetRevision: 1.3.0 + helm: + values: + persistence: + defaultClassReplicaCount: 3 + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file