X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Finfrastructure%2Fsubcharts%2Fkong%2Fvalues.yaml;h=3d64d8c1c44908aefad5bb65cfbf72b842a1964a;hb=1246d7dd4c0dcec93519a3285255d02b1bbacdb3;hp=630c858bc18f087e1dec9a6401adc3e8b4729e2d;hpb=2198b0c7d5080b4117f3e04fad8f81e93f820732;p=ric-plt%2Fric-dep.git diff --git a/helm/infrastructure/subcharts/kong/values.yaml b/helm/infrastructure/subcharts/kong/values.yaml old mode 100755 new mode 100644 index 630c858..3d64d8c --- a/helm/infrastructure/subcharts/kong/values.yaml +++ b/helm/infrastructure/subcharts/kong/values.yaml @@ -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.