diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2017-12-04 16:25:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-04 16:25:05 +0000 |
commit | 37bf12c51257f36e731645fcff21ba23c2fa9a7e (patch) | |
tree | 73a2c7ba5aa02695591afda6ad54a3aad1ef05a6 /kubernetes/uui/templates/uui-deployment.yaml | |
parent | 1743125b8a89513bd6abf11c9473cfea22a95a4e (diff) | |
parent | fc9799960da7e425aec9f6ac9ffba5ef78eb84e1 (diff) |
Merge "Adjust UUI to latest"
Diffstat (limited to 'kubernetes/uui/templates/uui-deployment.yaml')
-rw-r--r-- | kubernetes/uui/templates/uui-deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/uui/templates/uui-deployment.yaml b/kubernetes/uui/templates/uui-deployment.yaml index 41d33b194e..db7ac1a9da 100644 --- a/kubernetes/uui/templates/uui-deployment.yaml +++ b/kubernetes/uui/templates/uui-deployment.yaml @@ -24,6 +24,9 @@ spec: - -c - /home/uui/tomcat/bin/catalina.sh run name: uui + env: + - name: MSB_ADDR + value: {{ .Values.msbaddr }} ports: - containerPort: 8080 readinessProbe: |