Skip to content

Commit

Permalink
chore: [backport-2.8] bump centralized grafana resource limits (#2209) (
Browse files Browse the repository at this point in the history
#2210)

chore: bump centralized grafana resource limits (#2209)

(cherry picked from commit 89c263b)
  • Loading branch information
cwyl02 committed May 10, 2024
1 parent a96b8ec commit 4e9297b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions services/centralized-grafana/48.3.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,12 @@ data:
type: ClusterIP
port: 80
resources:
# keep request = limit to keep this container in guaranteed class
limits:
cpu: 300m
memory: 100Mi
cpu: 2000m
memory: 10922Mi
requests:
cpu: 200m
memory: 100Mi
memory: 200Mi
rbac:
pspUseAppArmor: false
Expand Down

0 comments on commit 4e9297b

Please sign in to comment.