logging: fix dashboards cpu limits

This commit is contained in:
Brad Stein 2026-01-09 08:55:39 -03:00
parent cac71e4a41
commit b9383c9709

View File

@ -31,6 +31,7 @@ spec:
cpu: "200m" cpu: "200m"
memory: "512Mi" memory: "512Mi"
limits: limits:
cpu: "200m"
memory: "512Mi" memory: "512Mi"
nodeSelector: nodeSelector:
node-role.kubernetes.io/worker: "true" node-role.kubernetes.io/worker: "true"