From 9fc513674ed8a6c4c5fdd32a3fb7eee12a49a066 Mon Sep 17 00:00:00 2001 From: hekeguang Date: Tue, 17 Mar 2020 15:25:24 +0800 Subject: 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 --- kubernetes/uui/templates/deployment.yaml | 2 +- kubernetes/uui/templates/service.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'kubernetes/uui/templates') diff --git a/kubernetes/uui/templates/deployment.yaml b/kubernetes/uui/templates/deployment.yaml index bff2f920c9..69f65569a3 100644 --- a/kubernetes/uui/templates/deployment.yaml +++ b/kubernetes/uui/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: command: - /bin/bash - -c - - /home/uui/tomcat/bin/catalina.sh run + - /home/uui/uuiStartup.sh ports: - containerPort: {{ .Values.service.internalPort }} # disable liveness probe when breakpoints set in debugger diff --git a/kubernetes/uui/templates/service.yaml b/kubernetes/uui/templates/service.yaml index cdab5c9fca..e11f7fb287 100644 --- a/kubernetes/uui/templates/service.yaml +++ b/kubernetes/uui/templates/service.yaml @@ -31,7 +31,8 @@ metadata: "path":"/iui/usecaseui", "protocol": "UI", "port": "{{ .Values.service.internalPort }}", - "visualRange":"1" + "visualRange":"1", + "enable_ssl": true } ]' spec: -- cgit 1.2.3-korg