haproxytech / kubernetes-ingress

HAProxy Kubernetes Ingress Controller
https://www.haproxy.com/documentation/kubernetes/
Apache License 2.0
711 stars 200 forks source link

feat request: Allow frontend selection annotation for Ingress resource #671

Open mike-code opened 1 month ago

mike-code commented 1 month ago

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.

  1. I'd like to be able to pin the Ingress resource to just http or https
  2. After adding raw frontend snippet and/or custom port, to be able to use Ingress resource on that port/frontend as well, without exposing it to the default http/s frontends.
stale[bot] commented 2 days ago

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.

mike-code commented 13 hours ago

up (remove stale)