diff --git a/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml b/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml index 7fc4cb0..7428946 100644 --- a/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml +++ b/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml @@ -6,9 +6,9 @@ metadata: spec: receivers: - name: gotify-bridge - webhook_configs: + webhookConfigs: - url: http://alertmanager-gotify-bridge.monitoring:8080/gotify_webhook - send_resolved: true + sendResolved: true route: receiver: 'gotify-bridge' \ No newline at end of file