From fc9f85dd1d0b69804ffa40959b8a38b397d17fcd Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 9 Jan 2026 07:43:35 +0100 Subject: [PATCH] added args --- web-system/web.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web-system/web.yaml b/web-system/web.yaml index a229b4f..ef71826 100644 --- a/web-system/web.yaml +++ b/web-system/web.yaml @@ -158,6 +158,9 @@ spec: - containerPort: 80 name: http protocol: TCP + args: + - --auth.method=proxy + - --auth.header=X-authentik-username env: - name: TZ value: "Europe/Budapest"