disable login for internal app
This commit is contained in:
parent
084ee574e5
commit
2c017fac5b
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ spec:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
DOCKER_ENABLE_SECURITY: true
|
DOCKER_ENABLE_SECURITY: false
|
||||||
SECURITY_ENABLE_LOGIN: true
|
SECURITY_ENABLE_LOGIN: false
|
||||||
probes:
|
probes:
|
||||||
liveness: &probes
|
liveness: &probes
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue