feat(alertmanager): Move config to secrets

This commit is contained in:
Tanguy Herbron 2025-06-24 12:49:31 +02:00
parent 690f313ff0
commit 59212464ae
2 changed files with 0 additions and 23 deletions

View File

@ -1,22 +0,0 @@
apiVersion: monitoring.coreos.com/v1alpha1
kind: AlertmanagerConfig
metadata:
name: alertmanager-core-config
namespace: monitoring
labels:
alertmanagerConfig: core
spec:
route:
groupBy: ['alertname']
groupWait: 30s
groupInterval: 5m
repeatInterval: 1h
receiver: discord
continue: true
receivers:
- name: discord
discordConfigs:
- apiURL:
name: discord-webhook
key: url
sendResolved: true

View File

@ -3,5 +3,4 @@ kind: Kustomization
resources:
- alertmanager.yaml
- config.yaml
- service.yaml