11inferenceExtension :
22 replicas : 1
33 image :
4- name : epp-wlp-latencypredictor-helm-v2
5- hub : us-docker.pkg.dev/kaushikmitra-gke-dev/kaushikmitra-docker-repo
6- tag : latest
4+ name : epp
5+ hub : us-central1- docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension
6+ tag : main
77 pullPolicy : Always
88 extProcPort : 9002
99 env : []
@@ -12,6 +12,11 @@ inferenceExtension:
1212 extraContainerPorts : []
1313 # Define additional service ports
1414 extraServicePorts : []
15+ # extraServicePorts:
16+ # - name: http
17+ # port: 8081
18+ # protocol: TCP
19+ # targetPort: 8081
1520
1621 # This is the plugins configuration file.
1722 # pluginsCustomConfig:
@@ -39,6 +44,10 @@ inferenceExtension:
3944
4045 tolerations : []
4146
47+ # Sidecar configuration for EPP
48+ sidecar :
49+ enabled : false
50+
4251 # Monitoring configuration for EPP
4352 monitoring :
4453 interval : " 10s"
@@ -69,7 +78,7 @@ inferenceExtension:
6978 # Training Server Configuration
7079 trainingServer :
7180 image :
72- hub : us-docker.pkg.dev/kaushikmitra-gke-dev/kaushikmitra- docker- repo
81+ hub : path/to/your/ docker/ repo # NOTE: Update with your Docker repository path for sidecars
7382 name : latencypredictor-v3-training-server
7483 tag : latest
7584 pullPolicy : Always
@@ -110,7 +119,7 @@ inferenceExtension:
110119 count : 10
111120 startPort : 8001
112121 image :
113- hub : us-docker.pkg.dev/kaushikmitra-gke-dev/kaushikmitra- docker- repo
122+ hub : path/to/your/ docker/ repo # NOTE: Update with your Docker repository path for sidecars
114123 name : latencypredictor-v3-prediction-server
115124 tag : latest
116125 pullPolicy : Always
@@ -168,12 +177,25 @@ provider:
168177 # Set to true if the cluster is an Autopilot cluster.
169178 autopilot : false
170179
180+ # Istio-specific configuration.
181+ # This block is only used if name is "istio".
182+ istio :
183+ destinationRule :
184+ # Provide a way to override the default calculated host
185+ host : " "
186+ # Optional: Enables customization of the traffic policy
187+ trafficPolicy : {}
188+ # connectionPool:
189+ # http:
190+ # maxRequestsPerConnection: 256000
191+
192+ # DEPRECATED and will be removed in v1.3. Instead, use `provider.istio.*`.
171193istio :
172194 destinationRule :
173195 # Provide a way to override the default calculated host
174- host : " "
196+ host : " "
175197 # Optional: Enables customization of the traffic policy
176198 trafficPolicy : {}
177199 # connectionPool:
178200 # http:
179- # maxRequestsPerConnection: 256000
201+ # maxRequestsPerConnection: 256000
0 commit comments