diff options
author | hekeguang <hekeguang@chinamobile.com> | 2020-03-17 15:25:24 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2020-03-17 15:25:36 +0800 |
commit | 9fc513674ed8a6c4c5fdd32a3fb7eee12a49a066 (patch) | |
tree | 2889efde2610c8af845112a3a8ddf38cb32e282e /kubernetes/uui/values.yaml | |
parent | 5aadc628a1018e416ac185d50b7bdbb06208ce9f (diff) |
Change the version number to 2.0.5, and modify the configuration of HTTPS matching 2.0.5.
Issue-ID: USECASEUI-412
Change-Id: I8afe4fef1da62e6c40a9b19c2699135b9b0055a3
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'kubernetes/uui/values.yaml')
-rw-r--r-- | kubernetes/uui/values.yaml | 6 |
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" |