avirajkhare00 commented on issue #2932:
URL: https://github.com/apache/iggy/issues/2932#issuecomment-4173556461

   The Helm chart is now fully controller-neutral. Users can use any Ingress 
controller (Traefik, HAProxy, Contour, Kong, etc.) by setting className and 
appropriate annotations in their values:
   
   ```yaml
   ingress:
     enabled: true
     className: "<your-ingress-class>"
     annotations: {}
   ```
   
   
   What was done:
     • PR #2976 updated the README to use controller-neutral ingress examples
     • The templates already supported className and custom annotations
   
   
   
   Remaining (minor):
     • Two commented # kubernetes.io/ingress.class: nginx examples in 
values.yaml could be made generic, but this is cosmetic
   
     @OneCricketeer - does this meet your expectations? If so, this issue can 
be closed.


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