From 4a8ac84af381225eef75283e7e67a66b64ff2546 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sun, 13 Oct 2024 13:40:18 +0200 Subject: [PATCH] refactor(mareshq-sso): set resource limits to Zitadel, initJob and setupJob --- apps/hq/zitadel.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/hq/zitadel.yaml b/apps/hq/zitadel.yaml index f46af8e..7006686 100644 --- a/apps/hq/zitadel.yaml +++ b/apps/hq/zitadel.yaml @@ -50,15 +50,37 @@ spec: enabled: true annotations: argocd.argoproj.io/sync-wave: "14" + resources: + limits: + cpu: 200m + memory: 256Mi + requests: + cpu: 200m + memory: 256Mi setupJob: annotations: argocd.argoproj.io/sync-wave: "15" + resources: + limits: + cpu: 200m + memory: 256Mi + requests: + cpu: 200m + memory: 256Mi # Deployment annotations annotations: argocd.argoproj.io/sync-wave: "20" + resources: + limits: + cpu: 1000m + memory: 1Gi + requests: + cpu: 1000m + memory: 1Gi + configMap: annotations: argocd.argoproj.io/sync-wave: "0"