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