Skip to content

Commit

Permalink
[kube-prometheus-stack] remove default cpu and memory requests and li…
Browse files Browse the repository at this point in the history
…mits from prometheus config reloader (prometheus-community#3812)
  • Loading branch information
mmianl committed Sep 19, 2023
1 parent b8b561e commit 8d58fa2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 51.0.3
version: 51.1.0
appVersion: v0.68.0
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
14 changes: 7 additions & 7 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2377,13 +2377,13 @@ prometheusOperator:
enableProbe: false

# resource config for prometheusConfigReloader
resources:
requests:
cpu: 200m
memory: 50Mi
limits:
cpu: 200m
memory: 50Mi
resources: {}
# requests:
# cpu: 200m
# memory: 50Mi
# limits:
# cpu: 200m
# memory: 50Mi

## Thanos side-car image when configured
##
Expand Down

0 comments on commit 8d58fa2

Please sign in to comment.