danhuawang opened a new issue, #10866: URL: https://github.com/apache/gravitino/issues/10866
### What would you like to be improved? The Gravitino, Iceberg REST, and Lance REST Helm charts only support the legacy `networking.k8s.io/v1 Ingress` resource. The Kubernetes Gateway API (`gateway.networking.k8s.io`) is the successor to Ingress and is now the standard in modern Kubernetes environments. ### How should we improve? Add an opt-in `ingress.type` field (defaulting to `ingress` for backward compatibility) that, when set to `gateway`, renders a `HTTPRoute` resource instead of an `Ingress` Applies to: dev/charts/gravitino dev/charts/gravitino-iceberg-rest-server dev/charts/gravitino-lance-rest-server -- 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]
