change the KONG container port to match nodeport
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / values.yaml
index 6d7484e..630c858 100755 (executable)
@@ -89,14 +89,14 @@ proxy:
   http:
     enabled: true
     servicePort: 80
-    containerPort: 8000
+    containerPort: 32080
     # Set a nodePort which is available if service type is NodePort
     nodePort: 32080
 
   tls:
     enabled: true
     servicePort: 443
-    containerPort: 8443
+    containerPort: 32443
     # Set a target port for the TLS port in proxy service, useful when using TLS
     # termination on an ELB.
     # overrideServiceTargetPort: 8000