diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-17 09:45:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-17 09:45:57 +0000 |
commit | 073d1f84e6c570b7c68013403a45db8101d15eea (patch) | |
tree | 50927a93c20ced258ff70742f10b973e54347606 /kubernetes/uui/templates/deployment.yaml | |
parent | 435bbfae730817c7a2886d3010fe1bfd7c05968c (diff) | |
parent | 9fc513674ed8a6c4c5fdd32a3fb7eee12a49a066 (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/templates/deployment.yaml')
-rw-r--r-- | kubernetes/uui/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |