Skip to content

Commit

Permalink
[monitoring] fixed kube-prometheus in terms of relabeling
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 21, 2024
1 parent 305280f commit fc12221
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions apps/monitoring/kube-prometheus/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc12221

Please sign in to comment.