Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / cds / components / cds-command-executor / values.yaml
index bea0d09..e517d8b 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: 999
-      memory: 0.2Gi
+      cpu: "1"
+      memory: "200Mi"
     requests:
-      cpu: 0.5
-      memory: 0.2Gi
+      cpu: "0.5"
+      memory: "200Mi"
   large:
     limits:
-      cpu: 999
-      memory: 0.4Gi
+      cpu: "2"
+      memory: "400Mi"
     requests:
-      cpu: 1
-      memory: 0.4Gi
+      cpu: "1"
+      memory: "400Mi"
   unlimited: {}
 
 #Pods Service Account