Fix(metallb): test ip pool rename

This commit is contained in:
2025-04-18 22:25:09 +08:00
parent ae7eca278a
commit cd15f49af1
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: traefik
name: traefik-prod
namespace: flux-system
spec:
interval: 10m0s
@@ -16,7 +16,7 @@ spec:
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: traefik
name: traefik-test
namespace: flux-system
spec:
interval: 10m0s

View File

@@ -5,4 +5,4 @@ metadata:
name: prod-pool
spec:
addresses:
- 172.20.10.80
- 172.20.10.80/32

View File

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