From 830ca89dc032d774c3479bace3e93ba9abd5c026 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 22 Jan 2024 03:29:40 +0100 Subject: [PATCH] chore(kube-system): Adjust deployment strategy for quorum pods --- infrastructure/kube-system/quorum.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/kube-system/quorum.yaml b/infrastructure/kube-system/quorum.yaml index 70ebfd4ef..e4ee8618c 100644 --- a/infrastructure/kube-system/quorum.yaml +++ b/infrastructure/kube-system/quorum.yaml @@ -8,6 +8,11 @@ metadata: tier: control-plane spec: replicas: 3 + strategy: + type: RollingUpdate + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: component: quorum -- GitLab