[CDS] Bump CDS version to 1.5.3
[oom.git] / kubernetes / cds / components / cds-py-executor / values.yaml
index b7338f8..148a98d 100755 (executable)
@@ -30,7 +30,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/ccsdk-py-executor:1.1.4
+image: onap/ccsdk-py-executor:1.5.3
 pullPolicy: Always
 
 # default number of instances
@@ -60,9 +60,9 @@ service:
   type: ClusterIP
   ports:
   - port: 50052
-    name: executor-grpc
+    name: grpc-executor
   - port: 50053
-    name: manager-grpc
+    name: grpc-manager
 
 secrets:
   - uid: api-credentials
@@ -97,18 +97,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 4Gi
-    requests:
       cpu: 1
-      memory: 1Gi
+      memory: 0.2Gi
+    requests:
+      cpu: 0.5
+      memory: 0.2Gi
   large:
     limits:
-      cpu: 4
-      memory: 8Gi
-    requests:
       cpu: 2
-      memory: 4Gi
+      memory: 0.4Gi
+    requests:
+      cpu: 1
+      memory: 0.4Gi
   unlimited: {}
 
 #Pods Service Account