update vllm pdb

This commit is contained in:
ChanghoWoo
2025-03-12 08:19:05 +00:00
parent 8906f201fd
commit 48ce2289d6
@@ -1,7 +0,0 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: "{{ .Release.Name }}-pdb"
namespace: {{ .Release.Namespace }}
spec:
minUnavailable: {{ default 1 .Values.servingEngineSpec.maxUnavailablePodDisruptionBudget }}