From e3cde6f9c5d3df724e0add8724fceb743cf4a2b9 Mon Sep 17 00:00:00 2001 From: greg pereira Date: Tue, 31 Mar 2026 15:05:41 -0700 Subject: [PATCH] increasing resources on the wva controller for ooming Signed-off-by: greg pereira --- config/manager/manager.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 9a316d575..751fc6a35 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -134,11 +134,11 @@ spec: # More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ resources: limits: - cpu: 500m - memory: 128Mi + cpu: "1" + memory: 1Gi requests: cpu: 10m - memory: 64Mi + memory: 256Mi volumeMounts: - name: prometheus-client-certs mountPath: /etc/prometheus-certs