Add missing naming policy for vFW_NextGen
[oom.git] / kubernetes / oof / charts / oof-has / charts / oof-has-music / values.yaml
index 1fcd5f6..f848162 100644 (file)
@@ -48,6 +48,25 @@ 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
+  unlimited: {}
 # probe configuration parameters
 liveness:
   initialDelaySeconds: 10
@@ -69,5 +88,3 @@ service:
   portName: oof-has-music
 ingress:
   enabled: false
-
-resources: {}