Deployed prometheus

This commit is contained in:
2026-01-08 21:08:13 +00:00
parent 24a69a7bc8
commit f7369f90b5

View File

@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus-helm
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: monitoring
project: default
sources:
- chart: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 80.13.2
helm:
values: |
grafana:
enabled: false
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
allowEmpty: true
prune: true
selfHeal: true