From: Andreas Geissler Date: Tue, 18 Jul 2023 08:28:09 +0000 (+0200) Subject: [SO] Correct the resources values for so-admin-cockpit X-Git-Tag: 13.0.0-DOC~33^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F135491%2F1;p=oom.git [SO] Correct the resources values for so-admin-cockpit Fixed mixed up CPU values in resources entries Issue-ID: OOM-3199 Change-Id: I6e197e0fb8291d1526154a86e14e938903b4c719 Signed-off-by: Andreas Geissler --- diff --git a/kubernetes/so/components/so-admin-cockpit/values.yaml b/kubernetes/so/components/so-admin-cockpit/values.yaml index ce347fe79d..5e81fa622f 100644 --- a/kubernetes/so/components/so-admin-cockpit/values.yaml +++ b/kubernetes/so/components/so-admin-cockpit/values.yaml @@ -111,17 +111,17 @@ resources: small: requests: memory: 1Gi - cpu: 999 + cpu: 0.25 limits: memory: 4Gi - cpu: 0.25 + cpu: 999 large: requests: memory: 2Gi - cpu: 999 + cpu: 0.5 limits: memory: 8Gi - cpu: 0.5 + cpu: 999 unlimited: {} readinessProbe: port: 9091