From c46764e80ce54b4f8addae4b6229f15f62498ac7 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 5 May 2026 10:41:59 -0300 Subject: [PATCH] recovery(atlas): stop post-outage control-plane churn --- infrastructure/longhorn/core/helmrelease.yaml | 12 ++++++++++++ services/ai-llm/deployment.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/infrastructure/longhorn/core/helmrelease.yaml b/infrastructure/longhorn/core/helmrelease.yaml index 575f4bdd..48d1ca48 100644 --- a/infrastructure/longhorn/core/helmrelease.yaml +++ b/infrastructure/longhorn/core/helmrelease.yaml @@ -26,6 +26,9 @@ spec: cleanupOnFail: true timeout: 15m values: + global: + nodeSelector: + longhorn-host: "true" service: ui: type: NodePort @@ -78,3 +81,12 @@ spec: tag: v2.16.0 defaultSettings: systemManagedPodsImagePullPolicy: Always + longhornManager: + nodeSelector: + longhorn-host: "true" + longhornDriver: + nodeSelector: + longhorn-host: "true" + longhornUI: + nodeSelector: + longhorn-host: "true" diff --git a/services/ai-llm/deployment.yaml b/services/ai-llm/deployment.yaml index f413c0e3..4f671fd8 100644 --- a/services/ai-llm/deployment.yaml +++ b/services/ai-llm/deployment.yaml @@ -5,7 +5,7 @@ metadata: name: ollama namespace: ai spec: - replicas: 1 + replicas: 0 revisionHistoryLimit: 2 strategy: type: RollingUpdate