File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
config/charts/inferencepool Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ {{- if eq .Values.provider.name "istio" }}
2
+ apiVersion : networking.istio.io/v1
3
+ kind : DestinationRule
4
+ metadata :
5
+ name : {{ include "gateway-api-inference-extension.name" . }}
6
+ namespace : {{ .Release.Namespace }}
7
+ spec :
8
+ host : {{ include "gateway-api-inference-extension.name" . }}.{{ .Release.Namespace }}.svc.cluster.local
9
+ trafficPolicy :
10
+ tls :
11
+ mode : SIMPLE
12
+ insecureSkipVerify : true
13
+ {{- end }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inferenceExtension:
11
11
modelServerMetricsPath : " /metrics"
12
12
modelServerMetricsScheme : " http"
13
13
modelServerMetricsHttpsInsecureSkipVerify : true
14
- # This is the plugins configuration file.
14
+ # This is the plugins configuration file.
15
15
pluginsConfigFile : " default-plugins.yaml"
16
16
# pluginsCustomConfig:
17
17
# custom-plugins.yaml: |
@@ -42,7 +42,7 @@ inferencePool:
42
42
targetPortNumber : 8000
43
43
modelServerType : vllm # vllm, triton-tensorrt-llm
44
44
# modelServers: # REQUIRED
45
- # matchLabels:
45
+ # matchLabels:
46
46
# app: vllm-llama3-8b-instruct
47
47
48
48
provider :
You can’t perform that action at this time.
0 commit comments