monitoring

This commit is contained in:
Roxedus 2022-06-06 02:25:44 +02:00
parent 59c35ae0c3
commit 04bae0f814
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -0,0 +1,31 @@
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: default
project: monitoring
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