Change admportal port map 45/95045/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 5 Sep 2019 13:43:15 +0000 (09:43 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 5 Sep 2019 13:43:15 +0000 (09:43 -0400)
Update SDNC admin portal to map https port (8443) to its node port instead
of its http port (8543).

Change-Id: Ibfc242853d28c4915d7150e41595edbcfa077447
Issue-ID: OJSI-98
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
kubernetes/sdnc/charts/sdnc-portal/values.yaml

index 31575ca..0637c04 100644 (file)
@@ -64,8 +64,8 @@ service:
   type: NodePort
   name: sdnc-portal
   portName: sdnc-portal
-  internalPort: 8843
-  externalPort: 8843
+  internalPort: 8443
+  externalPort: 8443
   nodePort: "01"
 
 ingress: