X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdcaegen2-services%2Fcomponents%2Fdcae-ms-healthcheck%2Fvalues.yaml;h=19ca5fd7737882a8373f0d519159fb757c19df59;hb=2c5cff362628393c5803ac9d68b5590c3ed21434;hp=3b47e7f70e197541098a55104e0854ee58c901ac;hpb=47685192241e4cd70762c7e792416f63eddc2dd8;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 3b47e7f70e..19ca5fd773 100644 --- a/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/values.yaml @@ -31,6 +31,10 @@ service: - port: 8080 name: http +serviceMesh: + authorizationPolicy: + authorizedPrincipals: [] + # Label on DCAE microservice deployments # (Used by healthcheck code to find deployments # created after initial DCAE installation) @@ -48,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 @@ -57,17 +61,17 @@ resources: small: limits: cpu: 2 - memory: 2Gi + memory: 0.5Gi requests: cpu: 1 - memory: 1Gi + memory: 0.5Gi large: limits: cpu: 4 - memory: 4Gi + memory: 1Gi requests: cpu: 2 - memory: 2Gi + memory: 1Gi unlimited: {} #Pods Service Account