From 981ea01139bad79ead10b87fa8a009094dc4defe Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 9 Apr 2023 01:54:13 -0400 Subject: [PATCH] Change authentik host for ldap outpost --- cluster/apps/authentik/ldap-outpost/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/authentik/ldap-outpost/helm-release.yaml b/cluster/apps/authentik/ldap-outpost/helm-release.yaml index 57e5d2b..872deeb 100644 --- a/cluster/apps/authentik/ldap-outpost/helm-release.yaml +++ b/cluster/apps/authentik/ldap-outpost/helm-release.yaml @@ -20,7 +20,7 @@ spec: tag: latest env: - AUTHENTIK_HOST: "http://authentik-server.authentik:9000" + AUTHENTIK_HOST: "http://authentik.authentik:9000" AUTHENTIK_INSECURE: "true" AUTHENTIK_HOST_BROWSER: "https://k3sauth.***REMOVED***" @@ -63,6 +63,6 @@ spec: requests: cpu: 2m memory: 80Mi - + limits: memory: 500Mi \ No newline at end of file