Skip to content

Commit 1c48c90

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 490ef80 commit 1c48c90

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/karpenter/overlays/ops/nodepool.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ spec:
6363
disruption:
6464
consolidationPolicy: WhenUnderutilized
6565
expireAfter: 360h
66+
disruption:
67+
budgets:
68+
- duration: 45m
69+
nodes: "0"
70+
schedule: '@hourly'
71+
- nodes: "1"
6672
limits:
6773
cpu: 15
6874
memory: 50Gi
@@ -116,6 +122,12 @@ spec:
116122
disruption:
117123
consolidationPolicy: WhenUnderutilized
118124
expireAfter: 360h
125+
disruption:
126+
budgets:
127+
- duration: 45m
128+
nodes: "0"
129+
schedule: '@hourly'
130+
- nodes: "1"
119131
limits:
120132
cpu: 6
121133
memory: 16Gi

0 commit comments

Comments
 (0)