k3s-cluster/cluster/apps/monitoring/alertmanager-gotify-bridge/receiver-config.yaml

14 lines
361 B
YAML
Raw Normal View History

apiVersion: monitoring.coreos.com/v1alpha1
kind: AlertmanagerConfig
metadata:
name: alertmanager-gotify-bridge-config
namespace: monitoring
spec:
receivers:
- name: gotify-bridge
webhook_configs:
- url: http://alertmanager-gotify-bridge.monitoring:8080/gotify_webhook
send_resolved: true
route:
receiver: 'gotify-bridge'