diff --git a/helm/homarr/dev/values.yaml b/helm/homarr/dev/values.yaml index cffba20..83d0383 100644 --- a/helm/homarr/dev/values.yaml +++ b/helm/homarr/dev/values.yaml @@ -14,6 +14,10 @@ homarr: enabled: true # Classe d'ingress pour Traefik (requis pour que Traefik prenne en charge l'ingress) ingressClassName: traefik + annotations: { + "kubernetes.io/ingress.class": "traefik" + } + # kubernetes.io/ingress.class: nginx # Configuration des hôtes hosts: - host: homarr.dev.gkdomaine.local