update vllm pdb

This commit is contained in:
ChanghoWoo
2025-03-12 08:08:33 +00:00
parent 68603205ef
commit 8906f201fd
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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 }}