From 9ece1dcb8bd6f1ff6609cbb2885cfd3e540dd081 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 20 Jun 2022 12:08:29 +0300 Subject: [PATCH] [WIFI-9658] Add: cert-manager resources limtis to make it predictable Signed-off-by: Dmitry Dunaev --- helmfile/cloud-sdk/helmfile.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/helmfile/cloud-sdk/helmfile.yaml b/helmfile/cloud-sdk/helmfile.yaml index 74d1540..d13d55b 100644 --- a/helmfile/cloud-sdk/helmfile.yaml +++ b/helmfile/cloud-sdk/helmfile.yaml @@ -934,6 +934,15 @@ releases: app: cert-manager values: - installCRDs: true + - webhook: + resources: + requests: + cpu: 500m + memory: 150Mi + limits: + cpu: 500m + memory: 150Mi + - name: calico condition: calico.enabled