X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdcaegen2-services%2Fcomponents%2Fdcae-ms-healthcheck%2Fvalues.yaml;h=8b8f928c395a1689c01c05f6ca5168851e6f74dc;hb=refs%2Fheads%2Fmaster;hp=556da869641acb776562d36e9176076d4e33df45;hpb=559e0928cd7c50fee2f36c3cc3b043eb7162871c;p=oom.git diff --git a/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/values.yaml b/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/values.yaml index 556da86964..8b8f928c39 100644 --- a/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/values.yaml @@ -52,7 +52,7 @@ readiness: initialDelaySeconds: 10 periodSeconds: 10 # application image -image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.4.0 +image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.4.1 # Resource Limit flavor -By Default using small flavor: small @@ -60,18 +60,18 @@ flavor: small resources: small: limits: - cpu: 999 - memory: 0.5Gi + cpu: "2" + memory: "500Mi" requests: - cpu: 1 - memory: 0.5Gi + cpu: "1" + memory: "500Mi" large: limits: - cpu: 999 - memory: 1Gi + cpu: "4" + memory: "1Gi" requests: - cpu: 2 - memory: 1Gi + cpu: "2" + memory: "1Gi" unlimited: {} #Pods Service Account