diff --git a/clusters/k8s-cluster/infrastructure.yaml b/clusters/k8s-cluster/infrastructure.yaml index 71c9617..ea61ac5 100644 --- a/clusters/k8s-cluster/infrastructure.yaml +++ b/clusters/k8s-cluster/infrastructure.yaml @@ -19,7 +19,7 @@ spec: - op: replace path: /spec/addresses value: - - 10.100.100.220-10.100.100.229 + - 10.100.101.0/28 target: kind: IPAddressPool name: first-pool diff --git a/clusters/my-cluster/infrastructure.yaml b/clusters/my-cluster/infrastructure.yaml index a63e431..9af44ec 100644 --- a/clusters/my-cluster/infrastructure.yaml +++ b/clusters/my-cluster/infrastructure.yaml @@ -19,7 +19,7 @@ spec: - op: replace path: /spec/addresses value: - - 10.100.100.210-10.100.100.219 + - 10.100.101.16/28 target: kind: IPAddressPool name: first-pool