-
Notifications
You must be signed in to change notification settings - Fork 292
Expand file tree
/
Copy pathvalues.yaml
More file actions
50 lines (46 loc) · 1.86 KB
/
Copy pathvalues.yaml
File metadata and controls
50 lines (46 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
router:
modelServers:
# matchLabels: # REQUIRED
# app: vllm-qwen3-32b
# Gateway provider selection.
# This section configures the gateway implementation only; it is not a generic infrastructure provider setting.
# Options: ["gke", "istio", "none"]
provider:
name: none
# Istio-specific configuration.
# This block is only used if name is "istio".
istio:
destinationRule:
# Provide a way to override the default calculated host
host: ""
# Optional: Enables customization of the traffic policy
trafficPolicy: {}
# connectionPool:
# http:
# maxRequestsPerConnection: 256000
# GKE-specific configuration.
# This block is only used if name is "gke".
gke:
preferredBackends:
enabled: false
# Number of primary active pod instances pinned to the PREFERRED load balancing tier.
# Setting >1 scales concurrent active routing.
preferredReplicas: 1
# Number of standby pod instances pinned to the DEFAULT load balancing tier.
# Setting >1 scales warm standby failover capacity.
defaultReplicas: 1
# Benchmark capacity and threshold settings for PREFERRED load balancing tier.
# When incoming traffic exceeds capacityScalerPercent of maxRatePerEndpoint, excess traffic spills over to DEFAULT standby pods.
balancingMode: RATE
maxRatePerEndpoint: 100
capacityScalerPercent: 100
# httpRoute section is used to deploy an HTTPRoute resource as part of the gateway chart.
httpRoute:
create: false # a flag to indicate whether to create the httproute as part of the chart or not.
inferenceGatewayName: inference-gateway
inferenceGatewayNamespace: ""
# HTTPRoute request timeout. Defaults to "300s". Unused when provider.name is gke.
requestTimeout: "300s"
# Example header matches:
# headerMatches:
# x-my-custom-route-header: route-name