Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor
  • Loading branch information
biswapanda committed Jul 29, 2025
commit c22fca30b5ff2381700df65988f55ad7ce96a3bc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 130
containers:
- name: epp
image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:v0.4.0
image: {{ .Values.extension.image }}
imagePullPolicy: IfNotPresent
args:
- -poolName
Expand Down
6 changes: 5 additions & 1 deletion deploy/inference-gateway/helm/dynamo-gaie/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ httpRoute:
prefix: "/"
# Timeout configuration
timeout:
request: "300s"
request: "300s"

extension:
# the GAIE extension
image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:v0.4.0
Loading