diff --git a/charts/vllm/templates/poddisruptionbudget.yaml b/charts/vllm/templates/poddisruptionbudget.yaml deleted file mode 100644 index a253a1d..0000000 --- a/charts/vllm/templates/poddisruptionbudget.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: policy/v1 -kind: PodDisruptionBudget -metadata: - name: "{{ .Release.Name }}-pdb" - namespace: {{ .Release.Namespace }} -spec: - minUnavailable: {{ default 1 .Values.servingEngineSpec.maxUnavailablePodDisruptionBudget }}