summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-03-17 09:45:57 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-17 09:45:57 +0000
commit073d1f84e6c570b7c68013403a45db8101d15eea (patch)
tree50927a93c20ced258ff70742f10b973e54347606 /kubernetes/uui/values.yaml
parent435bbfae730817c7a2886d3010fe1bfd7c05968c (diff)
parent9fc513674ed8a6c4c5fdd32a3fb7eee12a49a066 (diff)
Merge "Change the version number to 2.0.5, and modify the configuration of HTTPS matching 2.0.5."
Diffstat (limited to 'kubernetes/uui/values.yaml')
-rw-r--r--kubernetes/uui/values.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml
index bfecdb7d4f..e76e46c64f 100644
--- a/kubernetes/uui/values.yaml
+++ b/kubernetes/uui/values.yaml
@@ -25,7 +25,7 @@ flavor: small
# application image
repository: nexus3.onap.org:10001
-image: onap/usecase-ui:2.0.1
+image: onap/usecase-ui:2.0.5
pullPolicy: Always
# application configuration
@@ -59,7 +59,7 @@ service:
type: NodePort
name: uui
portName: uui
- internalPort: 8080
+ internalPort: 8443
nodePort: 98
ingress:
@@ -67,7 +67,7 @@ ingress:
service:
- baseaddr: uui
name: "uui"
- port: 8080
+ port: 8443
config:
ssl: "none"