From 4f2c4d22fb63ff860297fb1adcb04d73dd321a09 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 5 Jun 2025 22:56:35 +0000 Subject: [PATCH] Agregando cambios para hacer deploy. --- infrastructure/03-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/03-deployment.yaml b/infrastructure/03-deployment.yaml index cedfe96..e6a8093 100644 --- a/infrastructure/03-deployment.yaml +++ b/infrastructure/03-deployment.yaml @@ -30,8 +30,8 @@ spec: strategy: type: RollingUpdate rollingUpdate: - maxUnavailable: 0 - maxSurge: 1 + maxUnavailable: 1 + maxSurge: 0 template: metadata: labels: