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
Description:
The official Helm chart for the Gateway component should be more robust and comprehensive. Currently, it seems to lack resources for managing deployments of GatewayClass, Gateway, and other child objects associated with CRDs. Values file should be more configurable.
Extract all Kubernetes resource definitions related to the Gateway component from the source code (like this example with statsd:
) and consolidate them into a single location. This improves maintainability over Helm chart.
Ideally, the Helm chart should provide a single point of control to manage the creation and configuration of GatewayClass, Gateway, and other related CRD objects.
The text was updated successfully, but these errors were encountered:
Description:
The official Helm chart for the Gateway component should be more robust and comprehensive. Currently, it seems to lack resources for managing deployments of GatewayClass, Gateway, and other child objects associated with CRDs. Values file should be more configurable.
Extract all Kubernetes resource definitions related to the Gateway component from the source code (like this example with statsd:
gateway/internal/infrastructure/kubernetes/ratelimit/resource.go
Line 205 in 301eedd
Ideally, the Helm chart should provide a single point of control to manage the creation and configuration of GatewayClass, Gateway, and other related CRD objects.
The text was updated successfully, but these errors were encountered: