Merge "Revert "basic auth for so-monitoring""
[oom.git] / kubernetes / portal / charts / portal-zookeeper / values.yaml
index b8e93c4..6037d24 100644 (file)
@@ -56,17 +56,17 @@ service:
 ingress:
   enabled: false
 
-# Resource Limit flavor -By Default using small 
+# Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
 resources:
   small:
     limits:
-      cpu: 500m
-      memory: 600Mi
+      cpu: 100m
+      memory: 200Mi
     requests:
-      cpu: 250m
-      memory: 300Mi
+      cpu: 1m
+      memory: 80Mi
   large:
     limits:
       cpu: 1
@@ -74,3 +74,4 @@ resources:
     requests:
       cpu: 500m
       memory: 600Mi
+  unlimited: {}