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