alertmanager: use a secret for the config
This commit is contained in:
12
assets/alertmanager/alertmanager.yaml
Normal file
12
assets/alertmanager/alertmanager.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
global:
|
||||
resolve_timeout: 5m
|
||||
route:
|
||||
group_by: ['job']
|
||||
group_wait: 30s
|
||||
group_interval: 5m
|
||||
repeat_interval: 12h
|
||||
receiver: 'webhook'
|
||||
receivers:
|
||||
- name: 'webhook'
|
||||
webhook_configs:
|
||||
- url: 'http://alertmanagerwh:30500/'
|
||||
Reference in New Issue
Block a user