Resource Limits for oof
[oom.git] / kubernetes / oof / charts / oof-has / charts / oof-has-zookeeper / values.yaml
index b0eca78..e61eda0 100644 (file)
@@ -30,6 +30,24 @@ pullPolicy: Always
 replicaCount: 1
 nodeSelector: {}
 affinity: {}
+# Resource Limit flavor -By Default using small
+flavor: small
+# Segregation for Different environment (Small and Large)
+resources:
+  small:
+    limits:
+      memory: 4Gi
+      cpu: 2000m
+    requests:
+      memory: 1Gi
+      cpu: 500m
+  large:
+    limits:
+      memory: 8Gi
+      cpu: 4000m
+    requests:
+      memory: 2Gi
+      cpu: 1000m
 # probe configuration parameters
 liveness:
   initialDelaySeconds: 10
@@ -48,4 +66,3 @@ service:
   portName: oof-has-zookeeper
 ingress:
   enabled: false
-resources: {}