update vllm pdb
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user