fix: add arg and probes to deployment (#605)

* feat: separate setup from startup

* health

* move setup config

* add env vars to caos_local.sh

* fix domain and set devMode explicit

* fix: add arg and probes to deployment

* fix setup.yaml

* domain validation
This commit is contained in:
Livio Amstutz
2020-08-18 14:22:53 +02:00
committed by GitHub
parent 8830896199
commit 4e74050039
3 changed files with 28 additions and 8 deletions

View File

@@ -65,6 +65,6 @@ SetUp:
- '$ZITADEL_CONSOLE_GRANT_TYPE'
ApplicationType: 'USER_AGENT'
AuthMethodType: 'NONE'
DevMode: '$ZITADEL_CONSOLE_DEV_MODE'
DevMode: $ZITADEL_CONSOLE_DEV_MODE
Owners:
- 'zitadel-admin@caos.ch'