change authentik security context
This commit is contained in:
parent
2b81ac71de
commit
cf1be891ad
|
@ -16,6 +16,18 @@ spec:
|
|||
name: authentik-charts
|
||||
namespace: flux-system
|
||||
values:
|
||||
containerSecurityContext: &securityContext
|
||||
runAsUser: 10000
|
||||
runAsGroup: 10000
|
||||
fsGroup: 10000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
|
||||
worker:
|
||||
containerSecurityContext: *securityContext
|
||||
|
||||
geoip:
|
||||
containerSecurityContext: *securityContext
|
||||
|
||||
authentik:
|
||||
# secret_key: "${SECRET_AUTHENTIK_SECRET_KEY}"
|
||||
# This sends anonymous usage-data, stack traces on errors and
|
||||
|
@ -35,8 +47,8 @@ spec:
|
|||
# password: "${SECRET_DATABASE_REDIS_PASS}"
|
||||
|
||||
env:
|
||||
AUTHENTIK_HOST: https://auth.${SECRET_NEW_DOMAIN}
|
||||
AUTHENTIK_HOST_BROWSER: https://auth.${SECRET_NEW_DOMAIN}
|
||||
AUTHENTIK_HOST: *host
|
||||
AUTHENTIK_HOST_BROWSER: *host
|
||||
|
||||
envValueFrom:
|
||||
AUTHENTIK_SECRET_KEY:
|
||||
|
|
Loading…
Reference in New Issue