From 4527336c37b1ece7d5b9bdaf113a7e5ebfcca649 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Mon, 9 Jun 2025 16:01:35 -0500 Subject: [PATCH] Increase default container resources To avoid operator crashing in ~1 min after re-trying unrecoverable error, for example service account rate limit --- 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 2506cdb..70e65ee 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -116,9 +116,9 @@ spec: resources: limits: cpu: 500m - memory: 128Mi + memory: 512Mi requests: - cpu: 10m - memory: 64Mi + cpu: 100m + memory: 128Mi serviceAccountName: onepassword-connect-operator terminationGracePeriodSeconds: 10