test
This commit is contained in:
parent
8fe999c3bb
commit
5717e1bd2f
6 changed files with 15 additions and 14 deletions
|
|
@ -51,6 +51,7 @@ kcreatecm synapse-config \
|
|||
--from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < homeserver.yaml) \
|
||||
--from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < log.config)
|
||||
|
||||
kapply common/keys.yaml common/app.yaml
|
||||
kapply common/keys.yaml common/app.yaml common/delegation.yaml
|
||||
|
||||
kubectl rollout restart deployment delegation
|
||||
kubectl rollout restart statefulset app
|
||||
|
|
|
|||
|
|
@ -4,7 +4,3 @@
|
|||
export NB_REPLICAS=1
|
||||
|
||||
. ./manifests/bin/deploy.sh
|
||||
|
||||
kapply prod/delegation.yaml
|
||||
|
||||
kubectl rollout restart deployment delegation
|
||||
|
|
|
|||
Reference in a new issue