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: limits:
cpu: "8" cpu: "8"
memory: "32G" memory: "32G"
maxUnavailablePodDisruptionBudget: "0"
routerSpec: routerSpec:
# -- The docker image of the router. The following values are defaults: # -- The docker image of the router. The following values are defaults:
@@ -4,4 +4,4 @@ metadata:
name: "{{ .Release.Name }}-pdb" name: "{{ .Release.Name }}-pdb"
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
spec: spec:
maxUnavailable: {{ default 1 .Values.servingEngineSpec.maxUnavailablePodDisruptionBudget }} minUnavailable: {{ default 1 .Values.servingEngineSpec.maxUnavailablePodDisruptionBudget }}