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

@@ -40,3 +40,20 @@ pod:
- name: authelia-users-vol
secret:
secretName: authelia-users-secret
ingress:
enabled: true
ingressClassName: "traefik"
traefikCRD:
enabled: true
middlewares:
auth:
nameOverride: "authelia"
authResponseHeaders:
- "Remote-User"
- "Remote-Groups"
- "Remote-Email"
- "Remote-Name"
matchOverride: Host(`auth.example.com`)
entryPoints:
- "websecure"