addons: Add prometheus alertmanager flag

* Pass -alertmanager.url to work with a user's in-cluster
alertmanager deployment, if any
This commit is contained in:
Dalton Hubble 2017-11-05 15:43:28 -08:00
parent 279f36effd
commit b7a268fc45
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ spec:
- '-config.file=/etc/prometheus/prometheus.yaml'
- '-storage.local.retention=12h'
- '-storage.local.memory-chunks=500000'
- '-alertmanager.url=http://alertmanager:9093'
ports:
- name: web
containerPort: 9090