Avoid Veles backend surge under quota

This commit is contained in:
jenkins 2026-07-11 20:07:15 -03:00
parent cc9f30b50e
commit 91ae3b3129

View File

@ -9,6 +9,11 @@ metadata:
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 2 revisionHistoryLimit: 2
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: veles-backend app: veles-backend