update vllm pdb
This commit is contained in:
@@ -26,7 +26,6 @@ servingEngineSpec:
|
||||
limits:
|
||||
cpu: "8"
|
||||
memory: "32G"
|
||||
maxUnavailablePodDisruptionBudget: "0"
|
||||
|
||||
routerSpec:
|
||||
# -- The docker image of the router. The following values are defaults:
|
||||
|
||||
@@ -4,4 +4,4 @@ metadata:
|
||||
name: "{{ .Release.Name }}-pdb"
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
maxUnavailable: {{ default 1 .Values.servingEngineSpec.maxUnavailablePodDisruptionBudget }}
|
||||
minUnavailable: {{ default 1 .Values.servingEngineSpec.maxUnavailablePodDisruptionBudget }}
|
||||
|
||||
Reference in New Issue
Block a user