Fix issue with alertmanager config

This commit is contained in:
SeanOMik 2023-04-29 21:03:39 -04:00
parent 308da8b0fc
commit b4ca7b0b3b
1 changed files with 2 additions and 2 deletions

View File

@ -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'