X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-clamp-ac-kserve-ppnt%2Fvalues.yaml;h=633bb686db322de18371b6c0cf07cbcff863afa3;hb=2d0db7cd17b6690d505b22a2f542149662ebf619;hp=3e6164ae0d640303590b08c8846706b111123deb;hpb=4c755a61f18bb2029abd6d908556864b68a81b21;p=oom.git diff --git a/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/values.yaml index 3e6164ae0d..633bb686db 100755 --- a/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-kserve-ppnt/values.yaml @@ -42,7 +42,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-clamp-ac-kserve-ppnt:6.4.1 +image: onap/policy-clamp-ac-kserve-ppnt:7.0.3 pullPolicy: Always componentName: &componentName policy-clamp-ac-kserve-ppnt @@ -71,7 +71,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 @@ -79,7 +79,7 @@ liveness: port: kserve-api readiness: - initialDelaySeconds: 20 + initialDelaySeconds: 60 periodSeconds: 10 port: kserve-api @@ -95,17 +95,17 @@ resources: small: limits: cpu: 1 - memory: 4Gi + memory: 0.7Gi requests: - cpu: 100m - memory: 1Gi + cpu: 0.5 + memory: 0.7Gi large: limits: cpu: 2 - memory: 8Gi + memory: 1.4Gi requests: - cpu: 200m - memory: 2Gi + cpu: 1 + memory: 1.4Gi unlimited: {} #Pods Service Account serviceAccount: