[CCSDK] Version bump for CCSDK Kohn release
[oom.git] / kubernetes / cds / components / cds-command-executor / values.yaml
index 0f7b556..8f3c3fd 100755 (executable)
@@ -32,7 +32,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/ccsdk-commandexecutor:1.2.0
+image: onap/ccsdk-commandexecutor:1.4.0
 pullPolicy: Always
 
 # application configuration
@@ -63,16 +63,16 @@ readiness:
 service:
   type: ClusterIP
   grpc:
-    portName: command-executor-grpc
+    portName: grpc
     internalPort: 50051
     externalPort: 50051
   metrics:
-    portName: command-executor-metrics
+    portName: tcp-metrics
     internalPort: 10005
     externalPort: 10005
 
 persistence:
-  enabled: true
+  enabled: false
   mountSubPath: cds/blueprints/deploy
   deployedBlueprint: /opt/app/onap/blueprints/deploy
 
@@ -105,7 +105,7 @@ serviceAccount:
 metrics:
   serviceMonitor:
     enabled: false
-    port: command-executor-metrics
+    port: tcp-metrics
     path: /actuator/prometheus
     basicAuth:
       enabled: false