X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-clamp-ac-http-ppnt%2Fvalues.yaml;h=58f7954a7d2e342406072f8e416b775e36d635e1;hb=2d0db7cd17b6690d505b22a2f542149662ebf619;hp=6f60fec111f891ecc2d9b1c114c3bda4280d1392;hpb=a12b9df2634653d7f16a92bd9c88f94126c0bb58;p=oom.git diff --git a/kubernetes/policy/components/policy-clamp-ac-http-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-http-ppnt/values.yaml index 6f60fec111..58f7954a7d 100644 --- a/kubernetes/policy/components/policy-clamp-ac-http-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-http-ppnt/values.yaml @@ -42,7 +42,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-http-ppnt:6.4.1 +image: onap/policy-clamp-ac-http-ppnt:7.0.3 pullPolicy: Always componentName: &componentName policy-clamp-ac-http-ppnt @@ -64,9 +64,14 @@ affinity: {} ingress: enabled: false +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: message-router-read + # 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 @@ -74,7 +79,7 @@ liveness: port: http-api readiness: - initialDelaySeconds: 20 + initialDelaySeconds: 60 periodSeconds: 10 port: http-api @@ -90,16 +95,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