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

Add ClusterIP Service Type of Gateway #350

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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