This commit is contained in:
Roxedus 2022-06-06 13:00:34 +02:00
parent f4e6015b1f
commit 8d7d54394f
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -0,0 +1,33 @@
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
namespace: monitoring
project: default
source:
chart: kube-prometheus-stack
helm:
values: |
fullnameOverride: prometheus
alertmanager:
enabled: true
grafana:
ingress:
ingressClassName: traefik
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