Merge "Migrate OOF to v14 AAI schema"
[oom.git] / kubernetes / oof / charts / oof-has / charts / oof-has-cassandra / values.yaml
index 400387c..38d2d18 100644 (file)
@@ -38,6 +38,25 @@ nodeSelector: {}
 
 affinity: {}
 
+# Resource Limit flavor -By Default using small
+flavor: small
+# Segregation for Different environment (Small and Large)
+resources:
+  small:
+    limits:
+      memory: 16Gi
+      cpu: 8000m
+    requests:
+      memory: 8Gi
+      cpu: 4000m
+  large:
+    limits:
+      memory: 32Gi
+      cpu: 16000m
+    requests:
+      memory: 16Gi
+      cpu: 8000m
+  unlimited: {}
 # probe configuration parameters
 liveness:
   initialDelaySeconds: 10
@@ -89,5 +108,3 @@ service:
 
 ingress:
   enabled: false
-
-resources: {}