Change authentik host for ldap outpost
This commit is contained in:
parent
e7f20db8a2
commit
981ea01139
|
@ -20,7 +20,7 @@ spec:
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AUTHENTIK_HOST: "http://authentik-server.authentik:9000"
|
AUTHENTIK_HOST: "http://authentik.authentik:9000"
|
||||||
AUTHENTIK_INSECURE: "true"
|
AUTHENTIK_INSECURE: "true"
|
||||||
AUTHENTIK_HOST_BROWSER: "https://k3sauth.***REMOVED***"
|
AUTHENTIK_HOST_BROWSER: "https://k3sauth.***REMOVED***"
|
||||||
|
|
||||||
|
@ -63,6 +63,6 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
cpu: 2m
|
cpu: 2m
|
||||||
memory: 80Mi
|
memory: 80Mi
|
||||||
|
|
||||||
limits:
|
limits:
|
||||||
memory: 500Mi
|
memory: 500Mi
|
Loading…
Reference in New Issue