We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea591ac commit ec6f4d1Copy full SHA for ec6f4d1
chart/values.yaml
@@ -57,7 +57,7 @@ api:
57
# NOTE: Changing this has implications for the number of additional GPU worker nodes required
58
# to preform a rolling zero-downtime update
59
updateStrategy:
60
- type: recreate
+ type: Recreate
61
# Extra args to supply to the vLLM backend, see
62
# https://github.com/vllm-project/vllm/blob/main/vllm/entrypoints/openai/api_server.py
63
extraArgs: []
@@ -93,4 +93,4 @@ ui:
93
maxUnavailable: 25%
94
95
reloader:
96
- watchGlobally: false
+ watchGlobally: false
0 commit comments