Skip to content

Commit

Permalink
update kube-prometheus-stack resource requests
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed Nov 25, 2020
1 parent 02ff97f commit debe2c5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: kube-prometheus-stack
version: '>=11.0.0 <12.0.0'
version: '>=12.2.3 <13.0.0'
sourceRef:
kind: HelmRepository
name: prometheus-community-charts
Expand Down Expand Up @@ -291,11 +291,11 @@ spec:
portName: http-web
resources:
requests:
memory: '1024Mi'
cpu: '125m'
memory: '1536Mi'
cpu: '1000m'
limits:
memory: 2048Mi
cpu: '1000m'
cpu: '1250m'
storageSpec:
volumeClaimTemplate:
spec:
Expand Down

0 comments on commit debe2c5

Please sign in to comment.