fix(lb): split metallb intall

This commit is contained in:
Philippe Caseiro 2022-11-30 15:56:26 +01:00
parent f973fd5915
commit 92496d282a
4 changed files with 0 additions and 23 deletions

View File

@ -1,9 +0,0 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-ip-pool-ad
namespace: metallb-system
spec:
ipAddressPools:
- main-pool

View File

@ -1,8 +0,0 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: main-pool
namespace: metallb-system
spec:
addresses:
- 192.168.10.220-192.168.10.240

View File

@ -1,5 +0,0 @@
namespace: metallb-system
resources:
- ipaddresspoool.yaml
- advertise.yaml

View File

@ -9,4 +9,3 @@ bases:
- ./redis
- ./minio
- ./nginx
- ./ipaddresspool