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