Feat(traefik): add test zone

This commit is contained in:
2025-04-18 22:18:47 +08:00
parent 090ff84261
commit ae7eca278a
12 changed files with 69 additions and 8 deletions

View File

@@ -6,4 +6,5 @@ generatorOptions:
disableNameSuffixHash: true
resources:
- l2advertisement.yaml
- ipaddresspool.yaml
- pool.prod.yaml
- pool.test.yaml

View File

@@ -5,4 +5,5 @@ metadata:
name: advertisement
spec:
ipAddressPools:
- first-pool
- prod-pool
- test-pool

View File

@@ -2,7 +2,7 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
name: prod-pool
spec:
addresses:
- 172.20.10.80-172.20.10.89
- 172.20.10.80

View File

@@ -0,0 +1,8 @@
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: prod-pool
spec:
addresses:
- 172.20.10.80