feat request: Allow frontend selection annotation for Ingress resource
I couldn't find it in the docs, but I assume that k8s Ingress resource is always mapped to haproxy default http and https frontends.
- I'd like to be able to pin the
Ingressresource to justhttporhttps - After adding raw frontend snippet and/or custom port, to be able to use
Ingressresource on that port/frontend as well, without exposing it to the default http/s frontends.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
up (remove stale)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
hi @mike-code
with https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/controller.md#--disable-http and --disable-https flags you can disable http or https, but that will work for all ingresses
did you meant to do it like that or you want it per ingress ?
another option is to use https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/custom-resource-tcp.md but its different port then