diff --git a/services/ai-llm/deployment.yaml b/services/ai-llm/deployment.yaml index 0bdc275..b6e6701 100644 --- a/services/ai-llm/deployment.yaml +++ b/services/ai-llm/deployment.yaml @@ -8,7 +8,10 @@ spec: replicas: 1 revisionHistoryLimit: 2 strategy: - type: Recreate + type: RollingUpdate + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: app: ollama