From c0aaa0632c9725c686dfb8d10ef21afc2bbcaa97 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 3 Mar 2024 21:23:40 +0100 Subject: [PATCH] Update _config.tpl Signed-off-by: Kjeld Schouten --- charts/stable/authentik/templates/_config.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/authentik/templates/_config.tpl b/charts/stable/authentik/templates/_config.tpl index c46407c309c..ecf4a0eb0f0 100644 --- a/charts/stable/authentik/templates/_config.tpl +++ b/charts/stable/authentik/templates/_config.tpl @@ -85,10 +85,10 @@ proxy: AUTHENTIK_LISTEN__HTTP: {{ printf "0.0.0.0:%v" .Values.service.proxy.ports.http.port | quote }} AUTHENTIK_LISTEN__HTTPS: {{ printf "0.0.0.0:%v" .Values.service.proxy.ports.https.port | quote }} AUTHENTIK_LISTEN__METRICS: {{ printf "0.0.0.0:%v" .Values.service.proxymetrics.ports.proxymetrics.port | quote }} - AUTHENTIK_HOST: {{ $serverHost }} + AUTHENTIK_HOST: {{ .Values.authentik.proxy.host | default $serverHost }} AUTHENTIK_INSECURE: "true" # TODO: node ip or ingress host - AUTHENTIK_HOST_BROWSER: {{ $host }} + AUTHENTIK_HOST_BROWSER: {{ .Values.authentik.proxy.browserHost | default $host }} {{- end -}} {{- if .Values.authentik.outposts.radius.enabled }}