forked from Karylab-cklius/vllm
Signed-off-by: Harry Mellor <19981378+hmellor@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 }} |