Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Add ClusterIP Service Type of Gateway #350

@danehans

Description

@danehans

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:

  # -- Gateway's service type. Ingress is only available if the service type is set to NodePort. Accepted values: ["LoadBalancer", "NodePort"]
  serviceType: NodePort
  1. Why is the default NodePort?
  2. Add type ClusterIP to support internal inference gateways.

Proposed solution

  1. Update default to LoadBalancer for consistency with most upstream gateway implementations.
  2. Add ClusterIP as a supported Service type.

Alternatives

No response

Additional context or screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    chartRelated to the Helm Chart

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions