From 789ee4aefe17623b25375b0a17474d12bc79354a Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Mon, 30 Apr 2018 20:20:45 +0000 Subject: exposing portal on port 8989 outside the cluster -introducing a loadBalancer object instead of node port. this will let us use port 8989 instead of 300xx -removing port forwarding helper script -making URLs configurable for flexibility Issue-ID: OOM-633 Change-Id: I92a0205e6ed68b2217c08d124ddfaf1a1f73a6cd Signed-off-by: Mandeep Khinda --- kubernetes/portal/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/portal/values.yaml') diff --git a/kubernetes/portal/values.yaml b/kubernetes/portal/values.yaml index 949efad31b..ebbfbc38e1 100644 --- a/kubernetes/portal/values.yaml +++ b/kubernetes/portal/values.yaml @@ -15,6 +15,11 @@ global: env: tomcatDir: "/opt/apache-tomcat-8.0.37" + # portal frontend port + portalPort: "8989" + # application's front end hostname. Must be resolvable on the client side environment + portalHostName: "portal.api.simpledemo.onap.org" + config: logstashServiceName: log-ls logstashPort: 5044 -- cgit 1.2.3-korg