From e403bcdd73e594944b862606e30f5b5e9bdd62c8 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 24 Mar 2025 01:28:48 -0500 Subject: [PATCH] corrected nodeselector --- apps/production/gitea/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/production/gitea/deployment.yaml b/apps/production/gitea/deployment.yaml index 28d3fab..efe30fb 100644 --- a/apps/production/gitea/deployment.yaml +++ b/apps/production/gitea/deployment.yaml @@ -9,6 +9,11 @@ spec: selector: matchLabels: app: gitea + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 1 + maxSurge: 0 template: metadata: labels: