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=58ae706e0adf4c738696cc7d8883f0d36029f36c;hpb=adea731bff5808f70583b3d69e0cd1ec3b2b8da9;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 58ae706e0a..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,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.3.0 +image: onap/org.onap.dcaegen2.deployments.healthcheck-container:2.4.1 # Resource Limit flavor -By Default using small flavor: small @@ -52,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