disable login for internal app

This commit is contained in:
Joseph Hanson 2024-10-30 12:01:15 -05:00
parent 084ee574e5
commit 2c017fac5b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -35,8 +35,8 @@ spec:
pullPolicy: IfNotPresent
env:
TZ: America/Chicago
DOCKER_ENABLE_SECURITY: true
SECURITY_ENABLE_LOGIN: true
DOCKER_ENABLE_SECURITY: false
SECURITY_ENABLE_LOGIN: false
probes:
liveness: &probes
enabled: false