longhostn added

This commit is contained in:
titver968
2025-10-28 14:22:53 +01:00
parent 78cbd4718b
commit bc7995384c

View File

@@ -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