From: Zhe Huang Date: Wed, 6 May 2020 21:30:46 +0000 (-0400) Subject: change the KONG container port to match nodeport X-Git-Tag: f-release~111 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ac64556d51c8865c71913840f90f665f9439ccee;p=it%2Fdep.git change the KONG container port to match nodeport Signed-off-by: Zhe Huang Change-Id: Ia492153ce63ee74673a7ba129ddbb5d4743e84ae --- diff --git a/ric-aux/helm/infrastructure/subcharts/kong/values.yaml b/ric-aux/helm/infrastructure/subcharts/kong/values.yaml index 6d7484e4..630c858b 100755 --- a/ric-aux/helm/infrastructure/subcharts/kong/values.yaml +++ b/ric-aux/helm/infrastructure/subcharts/kong/values.yaml @@ -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