File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 5555 env :
5656 - name : DO_NOT_TRACK
5757 value : " 1"
58+ {{- with .Values.api.extraEnv -}}
59+ {{- . | toYaml | nindent 8 }}
60+ {{- end -}}
5861 {{- if .Values.huggingface.token }}
5962 - name : HUGGING_FACE_HUB_TOKEN
6063 value : {{ quote .Values.huggingface.token }}
Original file line number Diff line number Diff line change 9999 # Extra args to supply to the vLLM backend, see
100100 # https://docs.vllm.ai/en/stable/serving/openai_compatible_server.html#command-line-arguments-for-the-server
101101 extraArgs : []
102+ # Extra env vars to provide to the vLLM pods
103+ # Each env var should be formatted as
104+ # - name: FOO
105+ # value: "bar"
106+ extraEnv :
107+ - name : FOO
108+ value : " bar"
102109 # Pod node selector labels
103110 nodeSelector : {}
104111 # Pod tolerations
You can’t perform that action at this time.
0 commit comments