diff --git a/helm/homarr/dev/values.yaml b/helm/homarr/dev/values.yaml index 55869e3..87c149c 100644 --- a/helm/homarr/dev/values.yaml +++ b/helm/homarr/dev/values.yaml @@ -1,5 +1,5 @@ -# Toutes les configurations destinées au chart Nextcloud -# doivent être indentées sous la clé 'nextcloud' +# Configuration pour le chart wrapper Homarr +# Les valeurs doivent être sous la clé 'homarr' pour être passées au chart dépendant homarr: replicaCount: 1 @@ -9,12 +9,10 @@ homarr: repository: harbor.gkdomaine.local/images/homarr tag: "v1.50.0" pullPolicy: IfNotPresent - + ingress: enabled: true - hosts: - host: homarr.gkdomaine.local paths: - path: / - - path: / \ No newline at end of file