X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Finfrastructure%2Fsubcharts%2Fkong%2Fvalues.yaml;h=37cff3f03bd42f2f849b10d63ced036295170c35;hb=345d7ad688f6ae0eef8fcc3a25e70608432678f2;hp=6d7484e4f3d37908c89fd59bba0a181d77126783;hpb=29fd3d26b21d59213a8c08d34363fab60a6bd34c;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..37cff3f --- 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 @@ -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