Fix(metallb): test ip pool rename
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,4 +5,4 @@ metadata:
|
||||
name: prod-pool
|
||||
spec:
|
||||
addresses:
|
||||
- 172.20.10.80
|
||||
- 172.20.10.80/32
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user