X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Ftemplates%2Fuui-deployment.yaml;h=db7ac1a9da955f2172dd4d0342141fbcfe9cd395;hb=8db8b1825e199e295a2429c450d6cc9f5825c2e1;hp=41d33b194e23932d1e7c82c44a9bc8bbb4405d7a;hpb=61468adee9e2c443c336536c29b216209a569478;p=oom.git 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: