[COMMON] Harmonize resource settings
[oom.git] / kubernetes / cds / components / cds-command-executor / values.yaml
index a6015eb..2af68e6 100755 (executable)
@@ -32,7 +32,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/ccsdk-commandexecutor:1.5.1
+image: onap/ccsdk-commandexecutor:1.5.3
 pullPolicy: Always
 
 # application configuration
@@ -81,18 +81,18 @@ ingress:
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 0.2Gi
+      cpu: "1"
+      memory: "0.2Gi"
     requests:
-      cpu: 0.5
-      memory: 0.2Gi
+      cpu: "0.5"
+      memory: "0.2Gi"
   large:
     limits:
-      cpu: 2
-      memory: 0.4Gi
+      cpu: "2"
+      memory: "0.4Gi"
     requests:
-      cpu: 1
-      memory: 0.4Gi
+      cpu: "1"
+      memory: "0.4Gi"
   unlimited: {}
 
 #Pods Service Account