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