diff --git a/argocd/apps/longhorn/values-longhorn.yaml b/argocd/apps/longhorn/values-longhorn.yaml new file mode 100644 index 0000000..65c0a8d --- /dev/null +++ b/argocd/apps/longhorn/values-longhorn.yaml @@ -0,0 +1,35 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: longhorn + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: "https://charts.longhorn.io" + chart: "longhorn" + targetRevision: 1.*.* + helm: + values: | + ingress: + enabled: true + ingressClassName: "traefik" + annotations: + traefik.ingress.kubernetes.io/router.entrypoints: web + hosts: + - host: longhorn.innohub.local + paths: + - path: / + type: ImplementationSpecific + + destination: + server: 'https://kubernetes.default.svc' + namespace: longhorn-system + + syncPolicy: + automated: + selfHeal: true + prune: true + syncOptions: + - CreateNamespace=true