Skip to content

Commit b95a907

Browse files
committed
chore(workflow): change metallb ip range
1 parent 22498ab commit b95a907

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ configInline:
165165
name: public
166166
protocol: layer2
167167
- addresses:
168-
- 172.16.0.0/12
168+
- 192.168.254.0/24
169169
name: default
170170
protocol: layer2
171171
EOF
@@ -177,7 +177,7 @@ EOF
177177

178178
helm install traefik drycc/traefik \
179179
--namespace traefik \
180-
--create-namespace -f - <<EOF
180+
--create-namespace --wait -f - <<EOF
181181
service:
182182
annotations:
183183
metallb.universe.tf/address-pool: public

0 commit comments

Comments
 (0)