mirror of
https://github.com/wassname/vllm.git
synced 2026-08-03 13:20:50 +08:00
Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
7 lines
211 B
YAML
7 lines
211 B
YAML
apiVersion: policy/v1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: "{{ .Release.Name }}-pdb"
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
maxUnavailable: {{ default 1 .Values.maxUnavailablePodDisruptionBudget }} |