Skip to content

Commit 9c99eb3

Browse files
authored
config: increase defaults requests and limits for grafana (#2796)
1 parent a17de16 commit 9c99eb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/sc-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ grafana:
150150
sidecar:
151151
resources:
152152
requests:
153-
cpu: 10m
154-
memory: 150Mi
153+
cpu: 200m
154+
memory: 225Mi
155155
limits:
156-
cpu: 250m
157-
memory: 200Mi
156+
cpu: 400m
157+
memory: 300Mi
158158
plugins: [] # this will require adding the correct IP/range and port to .networkPolicies.monitoring.grafana.externalDashboardProvider
159159
# if the datasource require a secrets, you can set that in secrets.yaml under .grafana.{ops|user}.envRenderSecret
160160
# the correct IP/range and port should be added to .networkPolicies.monitoring.grafana.externalDataSources

0 commit comments

Comments
 (0)