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:
parent
279f36effd
commit
b7a268fc45
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue