recovery(atlas): stop post-outage control-plane churn
This commit is contained in:
parent
b81053aaec
commit
c46764e80c
@ -26,6 +26,9 @@ spec:
|
|||||||
cleanupOnFail: true
|
cleanupOnFail: true
|
||||||
timeout: 15m
|
timeout: 15m
|
||||||
values:
|
values:
|
||||||
|
global:
|
||||||
|
nodeSelector:
|
||||||
|
longhorn-host: "true"
|
||||||
service:
|
service:
|
||||||
ui:
|
ui:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
@ -78,3 +81,12 @@ spec:
|
|||||||
tag: v2.16.0
|
tag: v2.16.0
|
||||||
defaultSettings:
|
defaultSettings:
|
||||||
systemManagedPodsImagePullPolicy: Always
|
systemManagedPodsImagePullPolicy: Always
|
||||||
|
longhornManager:
|
||||||
|
nodeSelector:
|
||||||
|
longhorn-host: "true"
|
||||||
|
longhornDriver:
|
||||||
|
nodeSelector:
|
||||||
|
longhorn-host: "true"
|
||||||
|
longhornUI:
|
||||||
|
nodeSelector:
|
||||||
|
longhorn-host: "true"
|
||||||
|
|||||||
@ -5,7 +5,7 @@ metadata:
|
|||||||
name: ollama
|
name: ollama
|
||||||
namespace: ai
|
namespace: ai
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 0
|
||||||
revisionHistoryLimit: 2
|
revisionHistoryLimit: 2
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user