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: