From 6fe0d7178dfac0a129dab5683a00cf7aefc7651c Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 15 Nov 2021 16:09:37 -0500 Subject: [PATCH] changed update strategy from 'Recreate' to 'RollingUpdate' --- heimdall_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heimdall_deployment.yml b/heimdall_deployment.yml index 6e7845f..c6d7613 100644 --- a/heimdall_deployment.yml +++ b/heimdall_deployment.yml @@ -11,7 +11,7 @@ spec: matchLabels: app: heimdall strategy: - type: Recreate + type: RollingUpdate template: metadata: labels: