Argo/apps/templates/prometheus.yaml

32 lines
705 B
YAML
Raw Normal View History

2022-06-06 02:25:44 +02:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring
namespace: argo-cd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
2022-06-06 02:26:20 +02:00
namespace: monitoring
project: default
2022-06-06 02:25:44 +02:00
source:
chart: kube-prometheus-stack
helm:
values: |
alertmanager:
enabled: false
grafana:
ingress:
enabled: true
hosts:
- stats.roxedus.com
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 35.5.1
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true