From 1169d60525b184833c074be76417c2d38f31f22a Mon Sep 17 00:00:00 2001 From: ATM Platform Date: Fri, 19 Jun 2026 16:07:07 +0000 Subject: [PATCH] bff: maxSurge=0 p/ caber na ResourceQuota do tenant (rollout in-place) --- tenants/acme/90-servico-bff.yaml | 3 +++ tenants/demo/90-servico-bff.yaml | 3 +++ tenants/piloto/90-servico-bff.yaml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/tenants/acme/90-servico-bff.yaml b/tenants/acme/90-servico-bff.yaml index 714231a..0f5fb1f 100644 --- a/tenants/acme/90-servico-bff.yaml +++ b/tenants/acme/90-servico-bff.yaml @@ -12,6 +12,9 @@ metadata: spec: replicas: 1 selector: { matchLabels: { app: servico-bff } } + strategy: + type: RollingUpdate + rollingUpdate: { maxSurge: 0, maxUnavailable: 1 } template: metadata: labels: diff --git a/tenants/demo/90-servico-bff.yaml b/tenants/demo/90-servico-bff.yaml index 7eadc92..c229acc 100644 --- a/tenants/demo/90-servico-bff.yaml +++ b/tenants/demo/90-servico-bff.yaml @@ -12,6 +12,9 @@ metadata: spec: replicas: 1 selector: { matchLabels: { app: servico-bff } } + strategy: + type: RollingUpdate + rollingUpdate: { maxSurge: 0, maxUnavailable: 1 } template: metadata: labels: diff --git a/tenants/piloto/90-servico-bff.yaml b/tenants/piloto/90-servico-bff.yaml index 67635dc..5c93bbb 100644 --- a/tenants/piloto/90-servico-bff.yaml +++ b/tenants/piloto/90-servico-bff.yaml @@ -12,6 +12,9 @@ metadata: spec: replicas: 1 selector: { matchLabels: { app: servico-bff } } + strategy: + type: RollingUpdate + rollingUpdate: { maxSurge: 0, maxUnavailable: 1 } template: metadata: labels: