From: Lukasz Rajewski Date: Tue, 24 Oct 2023 08:58:37 +0000 (+0000) Subject: Merge "[POLICY] Add configurable acm parameters" X-Git-Tag: 13.0.0-DOC~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eebb77d435b870f92e70a9d6bcd98953b02bdc32;hp=-c;p=oom.git Merge "[POLICY] Add configurable acm parameters" --- eebb77d435b870f92e70a9d6bcd98953b02bdc32 diff --combined kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml index 5f390ad55b,46328931fc..3b01e46d78 --- a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml +++ b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml @@@ -129,14 -129,14 +129,14 @@@ flavor: smal resources: small: limits: - cpu: 999 + cpu: 1 memory: 1Gi requests: cpu: 0.5 memory: 1Gi large: limits: - cpu: 999 + cpu: 2 memory: 2Gi requests: cpu: 1 @@@ -156,3 -156,7 +156,7 @@@ readinessCheck wait_for_job_container: containers: - '{{ include "common.release" . }}-policy-galera-config' + + customNaming: + toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement + toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition