mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 20:12:44 +00:00
feat(core): new addresspool for minetest
This commit is contained in:
parent
2809f2ed0c
commit
75de744b5f
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue