From 52bc1b9d573a2161d690394e1ca186123aee2b11 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Tue, 6 Jan 2026 15:26:24 +0900 Subject: [PATCH] FIX(authelia): use rulesOverride for config - Use rulesOverride for access control configuration - Fix invalid Helm values properties --- authelia/helm-values.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index c31ba89..d2bab0e 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -12,9 +12,17 @@ ingress: secret: authelia-tls traefikCRD: enabled: false - subdomain: auth0213 - host: ~ - hostOverride: auth0213.kro.kr + rulesOverride: + - host: auth0213.kro.kr + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: authelia + port: + number: 80 # Pod configuration pod: