File tree 2 files changed +4
-0
lines changed
charts/inferencepool/templates 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
{{- include "gateway-api-inference-extension.selectorLabels" . | nindent 8 }}
17
17
spec :
18
18
serviceAccountName : {{ include "gateway-api-inference-extension.name" . }}
19
+ # Conservatively, this timeout should mirror the longest grace period of the pods within the pool
20
+ terminationGracePeriodSeconds : 130
19
21
containers :
20
22
- name : epp
21
23
image : {{ .Values.inferenceExtension.image.hub }}/{{ .Values.inferenceExtension.image.name }}:{{ .Values.inferenceExtension.image.tag }}
Original file line number Diff line number Diff line change 42
42
labels :
43
43
app : vllm-llama3-8b-instruct-epp
44
44
spec :
45
+ # Conservatively, this timeout should mirror the longest grace period of the pods within the pool
46
+ terminationGracePeriodSeconds : 130
45
47
containers :
46
48
- name : epp
47
49
image : us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:main
You can’t perform that action at this time.
0 commit comments