[alertmanager] default to 1 replica, multinode gate uses 3

Change-Id: Ifb1420f8dcf7237349a79f1f97aea5e547bafeab
This commit is contained in:
Chris Wedgwood 2019-01-30 08:43:18 +00:00
parent 33178a529d
commit b7b7c5ea44
2 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,7 @@ pod:
alertmanager:
init_container: null
replicas:
alertmanager: 3
alertmanager: 1
lifecycle:
upgrades:
revision_history: 3

View File

@ -21,7 +21,8 @@ make prometheus-alertmanager
#NOTE: Deploy command
helm upgrade --install alertmanager ./prometheus-alertmanager \
--namespace=osh-infra
--namespace=osh-infra \
--set pod.replicas.alertmanager=3
#NOTE: Wait for deploy
./tools/deployment/common/wait-for-pods.sh osh-infra