adding unlimited resource limit
[oom.git] / kubernetes / log / charts / log-kibana / values.yaml
index e6d4f12..8a56151 100644 (file)
@@ -76,7 +76,7 @@ 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:
@@ -85,12 +85,13 @@ resources:
       cpu: 2
       memory: 4Gi
     requests:
-      cpu: 2
-      memory: 4Gi
+      cpu: 1
+      memory: 2Gi
   large:
     limits:
       cpu: 4
       memory: 8Gi
     requests:
-      cpu: 4
-      memory: 8Gi
\ No newline at end of file
+      cpu: 2
+      memory: 4Gi
+  unlimited: {}
\ No newline at end of file