[OOM] Fixing k8s cpu limits
[oom.git] / kubernetes / dcaegen2-services / components / dcae-ms-healthcheck / values.yaml
index 3b47e7f..2079e6b 100644 (file)
@@ -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