fix: delegation prod-only
This commit is contained in:
parent
2f4e00a44e
commit
abb225d362
@ -51,7 +51,6 @@ kcreatecm synapse \
|
|||||||
--from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/homeserver.yaml) \
|
--from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/homeserver.yaml) \
|
||||||
--from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < config/log.config)
|
--from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < config/log.config)
|
||||||
|
|
||||||
kapply common/keys.yaml common/app.yaml common/delegation.yaml
|
kapply common/keys.yaml common/app.yaml
|
||||||
|
|
||||||
kubectl rollout restart deployment delegation
|
|
||||||
kubectl rollout restart statefulset app
|
kubectl rollout restart statefulset app
|
||||||
|
@ -4,3 +4,7 @@
|
|||||||
export NB_REPLICAS=1
|
export NB_REPLICAS=1
|
||||||
|
|
||||||
. ./manifests/bin/deploy.sh
|
. ./manifests/bin/deploy.sh
|
||||||
|
|
||||||
|
#kapply common/delegation.yaml
|
||||||
|
|
||||||
|
#kubectl rollout restart deployment delegation
|
||||||
|
Loading…
Reference in New Issue
Block a user