fix: delegation prod-only

This commit is contained in:
ange 2024-05-15 23:49:45 +02:00
parent 6801eff85d
commit fd73485fa5
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -4,3 +4,7 @@
export NB_REPLICAS=1
. ./manifests/bin/deploy.sh
#kapply common/delegation.yaml
#kubectl rollout restart deployment delegation