X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdcaegen2-services%2Fcomponents%2Fdcae-ms-healthcheck%2Fvalues.yaml;h=2079e6b3012648ad0f46519c65633dd051f1b043;hb=db8167bbf6923c8f316ebadd6cec1dd4891428a1;hp=aa6af35c5eab5a590e26a09bfa71cbc0f8f5d4bb;hpb=68dd3ba1c943661a3d49d117883cc3073f4829fc;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 aa6af35c5e..2079e6b301 100644 --- a/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/values.yaml @@ -31,6 +31,15 @@ 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) +deployLabel: dcaeMicroserviceName + # probe configuration parameters liveness: initialDelaySeconds: 10 @@ -43,7 +52,7 @@ readiness: initialDelaySeconds: 10 periodSeconds: 10 # application image -image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.2.0 +image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.4.0 # Resource Limit flavor -By Default using small flavor: small @@ -52,16 +61,21 @@ 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 +serviceAccount: + nameOverride: dcae-ms-healthcheck + roles: + - read