adding kube-prometheus-stack.yaml

This commit is contained in:
James Mellors 2025-04-29 20:48:50 +01:00
parent e7030f9fdf
commit 9790540ff7
3 changed files with 5353 additions and 0 deletions

View File

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-prometheus-stack
namespace: argocd
spec:
project: default
source:
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 71.0.0
chart: kube-prometheus-stack
path: values/overrides.yaml
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@ -1,3 +1,4 @@
resources:
- uptime-karma.yaml
- ntfy.yaml
- kube-prometheus-stack.yaml

5331
values/overrides.yaml Normal file

File diff suppressed because it is too large Load Diff