Update Authelia values.yaml for 0.10

This commit is contained in:
2025-06-28 16:23:43 +02:00
parent efc5d9de34
commit e84f80b23e

View File

@@ -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}`)