diff --git a/infrastructure/03-deployment.yaml b/infrastructure/03-deployment.yaml index 5bc798d..cedfe96 100644 --- a/infrastructure/03-deployment.yaml +++ b/infrastructure/03-deployment.yaml @@ -27,6 +27,11 @@ spec: selector: matchLabels: app: vscode + strategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 0 + maxSurge: 1 template: metadata: labels: