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=808c60ef86ba05d2f7bfed08c197c605a2d1298f;hpb=ef208b0677fca2b5982c5a822c0aec188ffe72d8;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 808c60ef86..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.2 +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