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=3b47e7f70e197541098a55104e0854ee58c901ac;hpb=20bb93fcb22d8aeef526b0f99ac8d57b7d9c95be;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..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,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) @@ -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