Skip to content

Commit 7472d33

Browse files
fix(helm): nico machine-a-tron values
1 parent 913cc98 commit 7472d33

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

helm/charts/nico-machine-a-tron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ helm upgrade --install nico ./helm \
175175
--namespace nico-mat \
176176
--set nico-machine-a-tron.enabled=true \
177177
--set nico-machine-a-tron.nginxBmcProxy.enabled=true \
178-
--set nico-machine-a-tron.nginxBmcProxy.ipRange="10.100.0.0-10.100.7.254" \
178+
--set nico-machine-a-tron.nginxBmcProxy.ipRange="10.100.0.2-10.100.7.254" \
179179
--set nico-machine-a-tron.nginxBmcProxy.bgp.enabled=true \
180180
--set nico-machine-a-tron.machines.dell-hosts.hostCount=100 \
181181
--set nico-machine-a-tron.machines.dell-hosts.dpuPerHostCount=2 \

helm/charts/nico-machine-a-tron/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,9 @@ nginxBmcProxy:
320320
## with thousands of individual /32 routes.
321321
bgp:
322322
enabled: false
323-
## Route aggregation length - announces single /18 instead of 16000+ /32s
324-
aggregationLength: 18
323+
## Route aggregation length - announces summary route instead of /32s
324+
## /21 = 2048 IPs (default), /18 = 16384 IPs (max)
325+
aggregationLength: 21
325326

326327
configFiles:
327328
## Override the entire mat.toml config (leave empty to use generated config)

0 commit comments

Comments
 (0)