From 537004715309525aa896e67cef3294139402bbc5 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 5 Jun 2025 22:51:46 +0000 Subject: [PATCH] agregando cambios a flux-demo --- infrastructure/03-deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/03-deployment.yaml b/infrastructure/03-deployment.yaml index 5bc798d..cedfe96 100644 --- a/infrastructure/03-deployment.yaml +++ b/infrastructure/03-deployment.yaml @@ -27,6 +27,11 @@ spec: selector: matchLabels: app: vscode + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 0 + maxSurge: 1 template: metadata: labels: