From ff94f775525db1fdda41d9ad12676b3f658e3082 Mon Sep 17 00:00:00 2001 From: Cedi <ccc@cedi.dev> Date: Sat, 1 Jan 2022 17:15:17 +0100 Subject: [PATCH] maxSurge to MachineDEployment --- manifests/machinedeployment/cpx31.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/machinedeployment/cpx31.yaml b/manifests/machinedeployment/cpx31.yaml index 7fc4d51..60e0642 100644 --- a/manifests/machinedeployment/cpx31.yaml +++ b/manifests/machinedeployment/cpx31.yaml @@ -13,7 +13,7 @@ spec: node: exneuland strategy: rollingUpdate: - maxSurge: 2 + maxSurge: 10% maxUnavailable: 0 type: RollingUpdate template: -- GitLab