monitoring: roll quality gateway without surge

This commit is contained in:
jenkins 2026-05-16 19:50:24 -03:00
parent b5a79e8091
commit cbf345cfcf

View File

@ -10,7 +10,10 @@ spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3 revisionHistoryLimit: 3
strategy: strategy:
type: Recreate type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: platform-quality-gateway app: platform-quality-gateway