From 7b852775524e3e5cf275afe7752859e0b882b981 Mon Sep 17 00:00:00 2001 From: qorgh529 Date: Mon, 8 Jun 2026 06:03:42 +0000 Subject: [PATCH] Update monitoring.yaml --- monitoring.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monitoring.yaml b/monitoring.yaml index fd171a2..171ffea 100644 --- a/monitoring.yaml +++ b/monitoring.yaml @@ -19,7 +19,6 @@ spec: grafana.ini: server: root_url: http://localhost:32000 - prometheus: prometheusSpec: retention: 10d @@ -30,7 +29,6 @@ spec: resources: requests: storage: 10Gi - prometheus-node-exporter: enabled: true hostRootFsMount: @@ -42,4 +40,6 @@ spec: automated: prune: true selfHeal: true - createNamespace: true \ No newline at end of file + syncOptions: + - ServerSideApply=true + - CreateNamespace=true \ No newline at end of file