X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Finfrastructure%2Fsubcharts%2Fkong%2Fvalues.yaml;h=37cff3f03bd42f2f849b10d63ced036295170c35;hb=3fad1602d28f879be0e62ca2e773abcb826f61eb;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..37cff3f --- 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. @@ -181,7 +181,7 @@ dblessConfig: ingressController: enabled: true image: - repository: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller + repository: kong/kubernetes-ingress-controller tag: 0.7.0 # Specify Kong Ingress Controller configuration via environment variables