X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Finfrastructure%2Fsubcharts%2Fkong%2Fvalues.yaml;h=3d64d8c1c44908aefad5bb65cfbf72b842a1964a;hb=4af742095300e8ea4cb49243796183b352a110c1;hp=6d7484e4f3d37908c89fd59bba0a181d77126783;hpb=4c278289d5bcb55892d99151310cb1df046f5d52;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 6d7484e..3d64d8c --- a/helm/infrastructure/subcharts/kong/values.yaml +++ b/helm/infrastructure/subcharts/kong/values.yaml @@ -88,15 +88,15 @@ proxy: # HTTP plain-text traffic http: enabled: true - servicePort: 80 - containerPort: 8000 + servicePort: 32080 + containerPort: 32080 # Set a nodePort which is available if service type is NodePort nodePort: 32080 tls: enabled: true - servicePort: 443 - containerPort: 8443 + servicePort: 32443 + containerPort: 32443 # Set a target port for the TLS port in proxy service, useful when using TLS # termination on an ELB. # overrideServiceTargetPort: 8000