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
|
# /apps/prod/authelia/values.yaml
|
||||||
domain: '${DOMAIN}'
|
|
||||||
configMap:
|
configMap:
|
||||||
authentication_backend:
|
authentication_backend:
|
||||||
file:
|
file:
|
||||||
@@ -15,9 +14,7 @@ configMap:
|
|||||||
policy: one_factor
|
policy: one_factor
|
||||||
server:
|
server:
|
||||||
endpoints:
|
endpoints:
|
||||||
authz:
|
automatic_authz_implementations: ['ForwardAuth']
|
||||||
forward-auth:
|
|
||||||
implementation: 'ForwardAuth'
|
|
||||||
session:
|
session:
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -48,7 +45,6 @@ pod:
|
|||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: "traefik"
|
|
||||||
traefikCRD:
|
traefikCRD:
|
||||||
enabled: true
|
enabled: true
|
||||||
matchOverride: Host(`${AUTHELIA_DOMAIN}`)
|
matchOverride: Host(`${AUTHELIA_DOMAIN}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user