From 9363b6f8c4328a336809f68ded0669d17f1d497d Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sun, 17 Mar 2024 13:45:55 +0300 Subject: [PATCH] chore(ollama-stack.yaml): add deployment configuration for ollama service to set initial replica count to 1 --- ollama-stack.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ollama-stack.yaml b/ollama-stack.yaml index 719ca3c..fd9f9bf 100644 --- a/ollama-stack.yaml +++ b/ollama-stack.yaml @@ -3,6 +3,8 @@ version: '3.9' services: ollama: image: ollama/ollama:latest + deploy: + replicas: 1 ports: - 11434:11434 volumes: