Fix issue with alertmanager config
This commit is contained in:
parent
308da8b0fc
commit
b4ca7b0b3b
|
@ -6,9 +6,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
receivers:
|
receivers:
|
||||||
- name: gotify-bridge
|
- name: gotify-bridge
|
||||||
webhook_configs:
|
webhookConfigs:
|
||||||
- url: http://alertmanager-gotify-bridge.monitoring:8080/gotify_webhook
|
- url: http://alertmanager-gotify-bridge.monitoring:8080/gotify_webhook
|
||||||
send_resolved: true
|
sendResolved: true
|
||||||
|
|
||||||
route:
|
route:
|
||||||
receiver: 'gotify-bridge'
|
receiver: 'gotify-bridge'
|
Loading…
Reference in New Issue