Merge "[POLICY] Add configurable acm parameters"
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Tue, 24 Oct 2023 08:58:37 +0000 (08:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 24 Oct 2023 08:58:37 +0000 (08:58 +0000)
1  2 
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