fix(grafana): Lower requests

This commit is contained in:
2026-02-16 12:41:06 +01:00
parent 63e19b8e7e
commit cd20a60538
@@ -49,11 +49,9 @@ spec:
image: grafana/pdc-agent:latest
imagePullPolicy: Always
resources:
limits:
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
cpu: 200m
memory: 250Mi
securityContext:
allowPrivilegeEscalation: false
privileged: false