synapse/manifests/bin/prod.sh

13 lines
204 B
Bash
Raw Normal View History

2024-05-01 09:29:32 +00:00
#!/bin/bash -e
2024-05-01 10:37:16 +00:00
# TODO: 3
export NB_REPLICAS=1
2024-05-01 09:29:32 +00:00
. ./manifests/bin/deploy.sh
2024-05-15 21:55:06 +00:00
if [ "$GITHUB_REF_NAME" = prod ]; then
kapply common/delegation.yaml
kubectl rollout restart deployment delegation
fi