mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Setup authelia ingress with helm values
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user