indrekj opened a new pull request, #634:
URL: https://github.com/apache/apisix-helm-chart/pull/634

   Previously it used `service.http.servicePort` in the Ingress manifest. This 
made it impossible to forward ingress traffic to TLS port. One option was to 
disable `http` and change `http.servicePort` to `443`, but then regular HTTP 
couldn't be used.
   
   This commit allows changing Ingress service port using 
`ingress.servicePort`. It still falls back to `service.http.servicePort` to 
keep backward compatibility.
   
   We found this useful to enable encryption between AWS ALB and APISIX. This 
allowed us to use:
   ```
       alb.ingress.kubernetes.io/backend-protocol: HTTPS
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to