Setup authelia ingress with helm values

This commit is contained in:
2024-12-25 19:44:32 +01:00
parent 34ee3cd3c7
commit 9a5d96c379
5 changed files with 19 additions and 35 deletions

View File

@@ -7,9 +7,8 @@ ingressRoute:
enabled: true
matchRule: Host(`traefik.example.com`)
entryPoints: ["websecure"]
# middlewares:
# - name: "authelia@kubernetescrd"
# - namespace: "auth"
middlewares:
- name: "auth-authelia@kubernetescrd"
providers:
kubernetesCRD:
allowCrossNamespace: true