We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17de16 commit 9c99eb3Copy full SHA for 9c99eb3
config/sc-config.yaml
@@ -150,11 +150,11 @@ grafana:
150
sidecar:
151
resources:
152
requests:
153
- cpu: 10m
154
- memory: 150Mi
+ cpu: 200m
+ memory: 225Mi
155
limits:
156
- cpu: 250m
157
- memory: 200Mi
+ cpu: 400m
+ memory: 300Mi
158
plugins: [] # this will require adding the correct IP/range and port to .networkPolicies.monitoring.grafana.externalDashboardProvider
159
# if the datasource require a secrets, you can set that in secrets.yaml under .grafana.{ops|user}.envRenderSecret
160
# the correct IP/range and port should be added to .networkPolicies.monitoring.grafana.externalDataSources
0 commit comments