Set CLI version to 5.0.4
[oom.git] / kubernetes / cli / values.yaml
index 7278c99..fba076d 100644 (file)
@@ -24,7 +24,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/cli:3.0.0
+image: onap/cli:5.0.4
 pullPolicy: Always
 flavor: small
 
@@ -54,10 +54,10 @@ readiness:
 service:
   type: NodePort
   name: cli
-  externalPort: 8080
+  externalPort: 443
   externalPort1: 9090
-  internalPort: "80"
-  internalPort1: 8080
+  internalPort: "443"
+  internalPort1: 9090
   nodePort: "60"
   nodePort1: "71"
 
@@ -66,7 +66,7 @@ ingress:
   service:
     - baseaddr: "cli"
       name: "cli"
-      port: 8080
+      port: 443
     - baseaddr: "cli2"
       name: cli
       port: 9090
@@ -90,4 +90,4 @@ resources:
     requests:
       cpu: 2
       memory: 4Gi
-  unlimited: {}
\ No newline at end of file
+  unlimited: {}