recovery(atlas): stop post-outage control-plane churn

This commit is contained in:
jenkins 2026-05-05 10:41:59 -03:00
parent b81053aaec
commit c46764e80c
2 changed files with 13 additions and 1 deletions

View File

@ -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"

View File

@ -5,7 +5,7 @@ metadata:
name: ollama
namespace: ai
spec:
replicas: 1
replicas: 0
revisionHistoryLimit: 2
strategy:
type: RollingUpdate