Add support for prometheus
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / values.yaml
old mode 100755 (executable)
new mode 100644 (file)
index 630c858..3d64d8c
@@ -88,14 +88,14 @@ proxy:
   # HTTP plain-text traffic
   http:
     enabled: true
-    servicePort: 80
+    servicePort: 32080
     containerPort: 32080
     # Set a nodePort which is available if service type is NodePort
     nodePort: 32080
 
   tls:
     enabled: true
-    servicePort: 443
+    servicePort: 32443
     containerPort: 32443
     # Set a target port for the TLS port in proxy service, useful when using TLS
     # termination on an ELB.