From b125258f1f5e995e433bbcd112fcf822767ef860 Mon Sep 17 00:00:00 2001 From: Vishesh Tanksale Date: Tue, 27 Aug 2024 15:10:16 -0700 Subject: [PATCH] Updating rolling update strategy for nimservice deployment (#106) Signed-off-by: Vishesh Tanksale --- manifests/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 1fc54fbb..728dd1ba 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -18,8 +18,8 @@ spec: strategy: type: RollingUpdate rollingUpdate: - maxUnavailable: 1 - maxSurge: 1 + maxUnavailable: 25% + maxSurge: 0 selector: matchLabels: app: {{ .Name }}