X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-clamp-runtime-acm%2Fvalues.yaml;h=34cceeded200102d8b603014496bf6b753f6914b;hb=9964927d8766c5c396ef2caf6f7aeb7494db279e;hp=73a759eae5fcce9b34e25cf38599e8b6dd4c0191;hpb=9eda90c56d78c3492b358b9ed27f973ae166520d;p=oom.git diff --git a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml index 73a759eae5..34cceeded2 100644 --- a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml +++ b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-runtime-acm:6.4.3 +image: onap/policy-clamp-runtime-acm:7.1.0 pullPolicy: Always componentName: &componentName policy-clamp-runtime-acm @@ -82,7 +82,7 @@ kafkaTopic: - name: *acRuntimeTopic db: - user: policy_user + user: policy-user password: policy_user service: name: policy-mariadb @@ -129,18 +129,18 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 6Gi + cpu: "1" + memory: "1Gi" requests: - cpu: 200m - memory: 2Gi + cpu: "0.5" + memory: "1Gi" large: limits: - cpu: 2 - memory: 8Gi + cpu: "2" + memory: "2Gi" requests: - cpu: 400m - memory: 4Gi + cpu: "1" + memory: "2Gi" unlimited: {} #Pods Service Account @@ -156,3 +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 \ No newline at end of file