From fc12221975d5dd2281678a105851074d68f583da Mon Sep 17 00:00:00 2001 From: gruberdev Date: Wed, 21 Feb 2024 02:40:53 -0300 Subject: [PATCH] [monitoring] fixed kube-prometheus in terms of relabeling --- apps/monitoring/kube-prometheus/core.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/apps/monitoring/kube-prometheus/core.yaml b/apps/monitoring/kube-prometheus/core.yaml index deb0e0afa..e24b9acea 100644 --- a/apps/monitoring/kube-prometheus/core.yaml +++ b/apps/monitoring/kube-prometheus/core.yaml @@ -655,21 +655,15 @@ spec: automated: prune: true selfHeal: true - allowEmpty: true syncOptions: - - Validate=false - - CreateNamespace=false - - ServerSideApply=true - - PrunePropagationPolicy=foreground - - PruneLast=true - - ApplyOutOfSyncOnly=false - Prune=true + - ServerSideApply=true retry: - limit: 15 + limit: 10 backoff: - duration: 15s + duration: 20s factor: 2 - maxDuration: 20m + maxDuration: 15m # See: https://github.com/prometheus-community/helm-charts/issues/1041 ignoreDifferences: - group: admissionregistration.k8s.io