X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-fe%2Fvalues.yaml;h=fa2453c478ec3aa197491f2aa9e8c62595e7711b;hb=f283388dc6ae7a910287b83e2b9a80310a9f0ac2;hp=d0d1d11638b7cfdbd2f21c1e9f8d670f68404cd3;hpb=de680b041861a7560e193f3dc263d51941dd28c3;p=oom.git diff --git a/kubernetes/sdc/components/sdc-fe/values.yaml b/kubernetes/sdc/components/sdc-fe/values.yaml index d0d1d11638..fa2453c478 100644 --- a/kubernetes/sdc/components/sdc-fe/values.yaml +++ b/kubernetes/sdc/components/sdc-fe/values.yaml @@ -23,7 +23,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/sdc-frontend:1.12.5 +image: onap/sdc-frontend:1.13.6 pullPolicy: Always config: @@ -122,17 +122,17 @@ flavor: small resources: small: limits: - cpu: 500m - memory: 2Gi + cpu: 999 + memory: 1Gi requests: - cpu: 40m + cpu: 0.5 memory: 1Gi large: limits: - cpu: 1 - memory: 4Gi + cpu: 999 + memory: 2Gi requests: - cpu: 80m + cpu: 1 memory: 2Gi unlimited: {}