You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use two different ingress controllers for Harbor:
an ingress controller with a public load balancer for the Docker endpoint
an ingress controller with a private load balancer for the Harbor portal / other endpoints
This is so that we can use Harbor as a public repository with authentication reachable over the internet, but keep the portal and any APIs that don't need to be exposed to the outside internal only.
Right now the Helm chart generates a single Ingress object bound to a single ingress class, so that is not possible.
Would it be possible to add this option to the chart?