Fixes for SDNC portal pod

With these changes, the SDNC Portal pod is now coming up cleanly and there
are no errors in the logs.  I was able to successfully create a user and log
in to the portal.

Change-Id: Iab3374c585a0b88844e83860d14e572e151958a6
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-881
diff --git a/kubernetes/sdnc/charts/sdnc-portal/values.yaml b/kubernetes/sdnc/charts/sdnc-portal/values.yaml
index 09d45dd..3b38889 100644
--- a/kubernetes/sdnc/charts/sdnc-portal/values.yaml
+++ b/kubernetes/sdnc/charts/sdnc-portal/values.yaml
@@ -63,8 +63,8 @@
 service:
   type: NodePort
   name: sdnc-portal
-  internalPort: 8443
-  externalPort: 8443
+  internalPort: 8843
+  externalPort: 8843
   nodePort: "01"
 
 ingress: