From ec1b70425bad4936d93fa645cb7588bc98131342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= <65334626+nilsgstrabo@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:47:20 +0100 Subject: [PATCH 1/2] Update memory for radix-operator in c2 --- .../overlay/radix-platform/radix-operator/radix-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/c2-production/overlay/radix-platform/radix-operator/radix-operator.yaml b/clusters/c2-production/overlay/radix-platform/radix-operator/radix-operator.yaml index a199552169b..c8a30d75117 100644 --- a/clusters/c2-production/overlay/radix-platform/radix-operator/radix-operator.yaml +++ b/clusters/c2-production/overlay/radix-platform/radix-operator/radix-operator.yaml @@ -42,10 +42,10 @@ spec: resources: limits: cpu: "2" - memory: 8000Mi + memory: 1000Mi requests: cpu: 100m - memory: 4000Mi + memory: 1000Mi subscriptionId: ded7ca41-37c8-4085-862f-b11d21ab341a registrationControllerThreads: 21 applicationControllerThreads: 21 From b28d68b83faed3cd762aa299cd5b5518f576c70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= Date: Fri, 17 Nov 2023 12:27:11 +0100 Subject: [PATCH 2/2] update resources --- .../radix-vulnerability-scanner.yaml | 8 ++++---- .../third-party/kube-prometheus-stack/helmRelease.yaml | 8 ++++---- .../c2-production/overlay/third-party/velero/patches.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/clusters/c2-production/overlay/radix-platform/radix-vulnerability-scanner/radix-vulnerability-scanner.yaml b/clusters/c2-production/overlay/radix-platform/radix-vulnerability-scanner/radix-vulnerability-scanner.yaml index d068bddcfc7..d46e8e129d9 100644 --- a/clusters/c2-production/overlay/radix-platform/radix-vulnerability-scanner/radix-vulnerability-scanner.yaml +++ b/clusters/c2-production/overlay/radix-platform/radix-vulnerability-scanner/radix-vulnerability-scanner.yaml @@ -28,11 +28,11 @@ spec: tag: ${RADIX_VULNERABILITY_SCANNER_TAG} # Set in postBuild development resources: limits: - cpu: "2" - memory: 8000Mi + cpu: "1" + memory: 2Gi requests: - cpu: 500m - memory: 500Mi + cpu: "1" + memory: 2Gi target: kind: HelmRelease name: radix-vulnerability-scanner diff --git a/clusters/c2-production/overlay/third-party/kube-prometheus-stack/helmRelease.yaml b/clusters/c2-production/overlay/third-party/kube-prometheus-stack/helmRelease.yaml index bfeaf82616d..2bf05d4e013 100644 --- a/clusters/c2-production/overlay/third-party/kube-prometheus-stack/helmRelease.yaml +++ b/clusters/c2-production/overlay/third-party/kube-prometheus-stack/helmRelease.yaml @@ -12,11 +12,11 @@ spec: prometheusSpec: resources: limits: - cpu: "6" - memory: "32Gi" + cpu: "1" + memory: "6Gi" requests: - cpu: "3" - memory: "16Gi" + cpu: "1" + memory: "6Gi" storageSpec: volumeClaimTemplate: spec: diff --git a/clusters/c2-production/overlay/third-party/velero/patches.yaml b/clusters/c2-production/overlay/third-party/velero/patches.yaml index b3771eabbec..2de5e5ba397 100644 --- a/clusters/c2-production/overlay/third-party/velero/patches.yaml +++ b/clusters/c2-production/overlay/third-party/velero/patches.yaml @@ -26,10 +26,10 @@ spec: runAsUser: 1000 resources: limits: - cpu: "6" - memory: 4096Mi + cpu: 200m + memory: 1Gi requests: - cpu: "2" - memory: 2048Mi + cpu: 200m + memory: 1Gi rbac: clusterAdministrator: false