From e8f9b37d3ae9dc889e1d43c575c69b4d8f1e5108 Mon Sep 17 00:00:00 2001 From: Jay Phillips Date: Fri, 12 Jun 2026 18:21:15 +0000 Subject: [PATCH] Fix monitoring app config --- apps/monitoring/prometheus-stack.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/monitoring/prometheus-stack.yaml b/apps/monitoring/prometheus-stack.yaml index 410b19d..0b001ce 100644 --- a/apps/monitoring/prometheus-stack.yaml +++ b/apps/monitoring/prometheus-stack.yaml @@ -5,12 +5,10 @@ metadata: namespace: argocd spec: project: default - source: repoURL: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack targetRevision: 77.* - helm: values: | grafana: @@ -21,20 +19,24 @@ spec: - grafana.home.lan prometheus: + prometheusSpec: + externalUrl: http://prometheus.home.lan + routePrefix: / ingress: enabled: true ingressClassName: nginx hosts: - prometheus.home.lan + paths: + - / + pathType: Prefix destination: server: https://kubernetes.default.svc namespace: monitoring - syncPolicy: automated: prune: true selfHeal: true - syncOptions: - CreateNamespace=true