X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdcaegen2-services%2Fcomponents%2Fdcae-ms-healthcheck%2Fvalues.yaml;h=556da869641acb776562d36e9176076d4e33df45;hb=555db9c1f910db06341070941b466e6c05827e27;hp=3b47e7f70e197541098a55104e0854ee58c901ac;hpb=cabf9c747fc61409ad85ef123102e58a2b15de4f;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..556da86964 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) @@ -56,18 +60,18 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 2Gi + cpu: 999 + memory: 0.5Gi requests: cpu: 1 - memory: 1Gi + memory: 0.5Gi large: limits: - cpu: 4 - memory: 4Gi + cpu: 999 + memory: 1Gi requests: cpu: 2 - memory: 2Gi + memory: 1Gi unlimited: {} #Pods Service Account