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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue