Skip to content

Commit 9a61fc4

Browse files
committed
Allow helm chart template to pass FailOpen configuration to it
1 parent 98f198b commit 9a61fc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/charts/inferencepool/templates/inferencepool.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ spec:
4343
name: {{ include "gateway-api-inference-extension.name" . }}
4444
port:
4545
number: {{ .Values.inferenceExtension.extProcPort | default 9002 }}
46+
failureMode: {{ .Values.inferenceExtension.failureMode | default "FailOpen" }}
4647
{{- end }}

0 commit comments

Comments
 (0)