diff --git a/services/ai-llm/deployment.yaml b/services/ai-llm/deployment.yaml index 4f671fd8a..f413c0e3c 100644 --- a/services/ai-llm/deployment.yaml +++ b/services/ai-llm/deployment.yaml @@ -5,7 +5,7 @@ metadata: name: ollama namespace: ai spec: - replicas: 0 + replicas: 1 revisionHistoryLimit: 2 strategy: type: RollingUpdate diff --git a/services/crypto/monerod/deployment.yaml b/services/crypto/monerod/deployment.yaml index 87b46ee1c..74a72bf2a 100644 --- a/services/crypto/monerod/deployment.yaml +++ b/services/crypto/monerod/deployment.yaml @@ -8,7 +8,7 @@ metadata: app: monerod atlas.bstein.dev/workload-profile: heavy spec: - replicas: 0 + replicas: 1 strategy: { type: Recreate } selector: { matchLabels: { app: monerod } } template: