summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/templates/uui-deployment.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2017-11-30 15:35:19 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-30 15:35:19 +0000
commit2e1bf7ae7e14f597ad468e5e43443c129be0ac11 (patch)
treedecea995d976d6325511197f56a480507b2c9801 /kubernetes/uui/templates/uui-deployment.yaml
parent65b3b8785a81e414e984b8f95efc0e501b20eefb (diff)
parentac1b3e650fbbb05f16df8b6f1b840870e9963e08 (diff)
Merge "Adjust UUI to latest (Amsterdam)" into release-1.1.0
Diffstat (limited to 'kubernetes/uui/templates/uui-deployment.yaml')
-rw-r--r--kubernetes/uui/templates/uui-deployment.yaml3
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: