Skip to content

Commit 6195211

Browse files
committed
change port default
1 parent ca3d9dd commit 6195211

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

api/v1/inferencepool_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ type EndpointPickerRef struct {
127127
Name ObjectName `json:"name,omitempty"`
128128

129129
// Port is the port of the Endpoint Picker extension service.
130-
//
130+
//
131131
// Port is required when the referent is a Kubernetes Service. In this
132132
// case, the port number is the service port number, not the target port.
133133
// For other resources, destination port might be derived from the referent

config/manifests/inferencepool-resources.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ spec:
1515
app: vllm-llama3-8b-instruct
1616
endpointPickerRef:
1717
name: vllm-llama3-8b-instruct-epp
18+
kind: Service
19+
port:
20+
number: 9002
1821
---
1922
apiVersion: v1
2023
kind: Service

0 commit comments

Comments
 (0)