feat(core): new addresspool for minetest

This commit is contained in:
nold 2023-09-17 11:36:41 +02:00
parent 2809f2ed0c
commit 75de744b5f

View file

@ -6,7 +6,6 @@ metadata:
namespace: metallb namespace: metallb
spec: spec:
addresses: addresses:
- 192.168.1.13/32
- 192.168.1.15/32 - 192.168.1.15/32
- 192.168.1.16/32 - 192.168.1.16/32
- 192.168.1.17/32 - 192.168.1.17/32
@ -15,6 +14,15 @@ spec:
--- ---
apiVersion: metallb.io/v1beta1 apiVersion: metallb.io/v1beta1
kind: IPAddressPool kind: IPAddressPool
metadata:
name: minetest
namespace: metallb
spec:
addresses:
- 192.168.1.13/32
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata: metadata:
name: iot name: iot
namespace: metallb namespace: metallb