Add Alertmanager email ArgoCD app

This commit is contained in:
2026-06-24 17:29:43 +00:00
parent a88a904e12
commit d28943f883
+23
View File
@@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: alertmanager-email
namespace: argocd
spec:
project: default
source:
repoURL: http://git.home.lan/jay/k8s-gitops.git
targetRevision: HEAD
path: apps/monitoring/alertmanager-email
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false