mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 04:01:14 +00:00
add(metallb): IpAddressPool for IoT
This commit is contained in:
parent
123d1ed49b
commit
de566dd350
1 changed files with 9 additions and 1 deletions
|
@ -12,6 +12,14 @@ spec:
|
|||
- 192.168.1.17/32
|
||||
- 192.168.1.18/32
|
||||
- 192.168.1.19/32
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: iot
|
||||
namespace: metallb
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.1.20/32
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
|
@ -40,7 +48,6 @@ metadata:
|
|||
spec:
|
||||
addresses:
|
||||
- 192.168.1.11/32
|
||||
# - 192.168.1.14/32
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
|
@ -53,3 +60,4 @@ spec:
|
|||
- dns
|
||||
- external
|
||||
- internal
|
||||
- iot
|
||||
|
|
Loading…
Reference in a new issue