aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/values.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-09-11 20:12:08 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-09-11 21:04:54 +0000
commitf8bda5c9ee1b5a0519fa5e7faa0fdd5b889e4e85 (patch)
treea1d5192ec968b2406d8d9961884bf014e47df455 /kubernetes/portal/values.yaml
parenta52f1b5dc7230816f8799fa044d8d3bbc7fb0bce (diff)
synching portal config with upstream
on master branch there were changes to portals vm_init script and docker-compose process that needed to be ported to oom. src of config are on master in portal/deliveries/ reverted the docker image name changes. upstream master has introuced a "-" between apps, db and wms. these images were cauing NPEs during portal spring boot so went back to original image names until further notice. Issue-ID: OOM-276 Change-Id: I708628f4b375325f2f2b753d1a374699b763098a Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/portal/values.yaml')
-rw-r--r--kubernetes/portal/values.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/portal/values.yaml b/kubernetes/portal/values.yaml
index f4d1919904..da851e02c2 100644
--- a/kubernetes/portal/values.yaml
+++ b/kubernetes/portal/values.yaml
@@ -9,3 +9,5 @@ image:
portalwms: nexus3.onap.org:10001/openecomp/portalwms:1.1-STAGING-latest
ubuntuInit: oomk8s/ubuntu-init:1.0.0
ubuntuDesktop: dorowu/ubuntu-desktop-lxde-vnc
+onapPortal:
+ webappsDir: "/opt/apache-tomcat-8.0.37/webapps" \ No newline at end of file