Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / cds / components / cds-sdc-listener / values.yaml
index 3897a33..4658b57 100644 (file)
@@ -30,7 +30,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/ccsdk-sdclistener:1.5.1
+image: onap/ccsdk-sdclistener:1.5.3
 name: sdc-listener
 pullPolicy: Always
 
@@ -97,18 +97,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 0.7Gi
+      cpu: "1"
+      memory: "700Mi"
     requests:
-      cpu: 0.5
-      memory: 0.7Gi
+      cpu: "0.5"
+      memory: "700Mi"
   large:
     limits:
-      cpu: 2
-      memory: 1.4Gi
+      cpu: "2"
+      memory: "1.4Gi"
     requests:
-      cpu: 1
-      memory: 1.4Gi
+      cpu: "1"
+      memory: "1.4Gi"
   unlimited: {}
 
 #Pods Service Account