From 8ead545cad805f7ea38797c331d04141b3393207 Mon Sep 17 00:00:00 2001 From: ATM Platform Date: Fri, 19 Jun 2026 16:20:24 +0000 Subject: [PATCH] bff: volta ao rolling-update padrao (quota agora tem folga) --- 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 deletions(-) diff --git a/tenants/acme/90-servico-bff.yaml b/tenants/acme/90-servico-bff.yaml index 0f5fb1f..714231a 100644 --- a/tenants/acme/90-servico-bff.yaml +++ b/tenants/acme/90-servico-bff.yaml @@ -12,9 +12,6 @@ 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 c229acc..7eadc92 100644 --- a/tenants/demo/90-servico-bff.yaml +++ b/tenants/demo/90-servico-bff.yaml @@ -12,9 +12,6 @@ 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 5c93bbb..67635dc 100644 --- a/tenants/piloto/90-servico-bff.yaml +++ b/tenants/piloto/90-servico-bff.yaml @@ -12,9 +12,6 @@ metadata: spec: replicas: 1 selector: { matchLabels: { app: servico-bff } } - strategy: - type: RollingUpdate - rollingUpdate: { maxSurge: 0, maxUnavailable: 1 } template: metadata: labels: