mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Update Authelia values.yaml for 0.10
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# /apps/prod/authelia/values.yaml
|
||||
domain: '${DOMAIN}'
|
||||
configMap:
|
||||
authentication_backend:
|
||||
file:
|
||||
@@ -15,9 +14,7 @@ configMap:
|
||||
policy: one_factor
|
||||
server:
|
||||
endpoints:
|
||||
authz:
|
||||
forward-auth:
|
||||
implementation: 'ForwardAuth'
|
||||
automatic_authz_implementations: ['ForwardAuth']
|
||||
session:
|
||||
redis:
|
||||
enabled: false
|
||||
@@ -48,7 +45,6 @@ pod:
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: "traefik"
|
||||
traefikCRD:
|
||||
enabled: true
|
||||
matchOverride: Host(`${AUTHELIA_DOMAIN}`)
|
||||
|
||||
Reference in New Issue
Block a user