From 747dbd02f185e417c217c000d78da932a9268a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferhat=20G=C3=BCneri?= Date: Tue, 19 Nov 2024 17:04:38 +0100 Subject: [PATCH 1/2] increase hard-coded default trident-operator resources --- helm/trident-operator/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/trident-operator/templates/deployment.yaml b/helm/trident-operator/templates/deployment.yaml index 8f4ba95a9..f2cf6c9a9 100644 --- a/helm/trident-operator/templates/deployment.yaml +++ b/helm/trident-operator/templates/deployment.yaml @@ -69,8 +69,8 @@ spec: name: trident-operator resources: requests: - cpu: "10m" - memory: "40Mi" + cpu: "1000m" + memory: "1024Mi" limits: cpu: "20m" memory: "80Mi" From 183c862d1d59329526a174c3575ff05b19e93931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferhat=20G=C3=BCneri?= Date: Tue, 19 Nov 2024 17:07:24 +0100 Subject: [PATCH 2/2] Update deployment.yaml --- helm/trident-operator/templates/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/trident-operator/templates/deployment.yaml b/helm/trident-operator/templates/deployment.yaml index f2cf6c9a9..a7378454d 100644 --- a/helm/trident-operator/templates/deployment.yaml +++ b/helm/trident-operator/templates/deployment.yaml @@ -69,11 +69,11 @@ spec: name: trident-operator resources: requests: + cpu: "50m" + memory: "50Mi" + limits: cpu: "1000m" memory: "1024Mi" - limits: - cpu: "20m" - memory: "80Mi" {{- if and (eq .Values.cloudProvider "Azure") (eq .Values.cloudIdentity "") }} volumes: - name: azure-cred