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

   The helm chart supports exposing Apisix Gateway Service through an Ingress.
   
   Unfortunately it does not support choosing `ingressClassName`, so it would 
work only if there's a default available.
   
   This PR allows setting up a custom Ingress `className` within `values.yaml`, 
as for example:
   ```
   gateway:
     ingress:
       enabled: true
       className: alb-private
       hosts:
         - host: api.dev.project.int.corp
           paths:
             - /
   ```
   
   Variable name was choosen to be consisting with className used in 
apisix-dashboard. The change was tested and is backwards compatible.


-- 
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