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 ran into an issue exposing endpoints externally when trying to use an Ingress resource. If the VitessCluster CRD allowed for overriding Service names via serviceOverrides then users would be able to set a predictable name for Service resources. That would allow users to inject an Ingress resource via Helm or Kustomize that references the correct Service name. Alternatively -- for more work (and likely more fragile implementation) -- the custom resource itself could be extended with Ingress support.
The text was updated successfully, but these errors were encountered:
I ran into an issue exposing endpoints externally when trying to use an
Ingress
resource. If theVitessCluster
CRD allowed for overridingService
names viaserviceOverrides
then users would be able to set a predictable name forService
resources. That would allow users to inject anIngress
resource via Helm or Kustomize that references the correctService
name. Alternatively -- for more work (and likely more fragile implementation) -- the custom resource itself could be extended withIngress
support.The text was updated successfully, but these errors were encountered: