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
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
According to https://github.com/llm-d/llm-d-deployer/blob/main/charts/llm-d/values.yaml, the following Gateway Service types are supported:
# -- Gateway's service type. Ingress is only available if the service type is set to NodePort. Accepted values: ["LoadBalancer", "NodePort"]serviceType: NodePort
Why is the default NodePort?
Add type ClusterIP to support internal inference gateways.
Proposed solution
Update default to LoadBalancer for consistency with most upstream gateway implementations.
Component
Helm Chart
Desired use case or feature
According to
https://github.com/llm-d/llm-d-deployer/blob/main/charts/llm-d/values.yaml, the following Gateway Service types are supported:NodePort?ClusterIPto support internal inference gateways.Proposed solution
LoadBalancerfor consistency with most upstream gateway implementations.ClusterIPas a supported Service type.Alternatives
No response
Additional context or screenshots
No response