X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-clamp-ac-a1pms-ppnt%2Fvalues.yaml;h=b6815dff55de35c4544829b2577a6e7f7bac8042;hb=2d0db7cd17b6690d505b22a2f542149662ebf619;hp=3e1fdf4dff45caf7c23a2352f4a050bc2ae2cdbf;hpb=8918760c3eb3d18a670e1e7fe4ee0ba629d8d0d3;p=oom.git diff --git a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml index 3e1fdf4dff..b6815dff55 100755 --- a/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-a1pms-ppnt/values.yaml @@ -42,7 +42,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-a1pms-ppnt:6.4.3 +image: onap/policy-clamp-ac-a1pms-ppnt:7.0.3 pullPolicy: Always componentName: &componentName policy-clamp-ac-a1pms-ppnt @@ -81,7 +81,7 @@ serviceMesh: # probe configuration parameters liveness: - initialDelaySeconds: 20 + initialDelaySeconds: 60 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container @@ -89,7 +89,7 @@ liveness: port: http-a1pms-api readiness: - initialDelaySeconds: 20 + initialDelaySeconds: 60 periodSeconds: 10 port: http-a1pms-api @@ -105,16 +105,16 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 1Gi requests: - cpu: 100m + cpu: 0.5 memory: 1Gi large: limits: cpu: 2 - memory: 8Gi + memory: 2Gi requests: - cpu: 200m + cpu: 1 memory: 2Gi unlimited: {} #Pods Service Account