Fix monitoring app config

This commit is contained in:
2026-06-12 18:21:15 +00:00
parent 594180e4ac
commit e8f9b37d3a
+6 -4
View File
@@ -5,12 +5,10 @@ metadata:
namespace: argocd namespace: argocd
spec: spec:
project: default project: default
source: source:
repoURL: https://prometheus-community.github.io/helm-charts repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack chart: kube-prometheus-stack
targetRevision: 77.* targetRevision: 77.*
helm: helm:
values: | values: |
grafana: grafana:
@@ -21,20 +19,24 @@ spec:
- grafana.home.lan - grafana.home.lan
prometheus: prometheus:
prometheusSpec:
externalUrl: http://prometheus.home.lan
routePrefix: /
ingress: ingress:
enabled: true enabled: true
ingressClassName: nginx ingressClassName: nginx
hosts: hosts:
- prometheus.home.lan - prometheus.home.lan
paths:
- /
pathType: Prefix
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: monitoring namespace: monitoring
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true