mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
add metallb
This commit is contained in:
parent
b4f11ea722
commit
1972f4a965
5 changed files with 246 additions and 0 deletions
16
metallb-system/templates/config.yaml
Normal file
16
metallb-system/templates/config.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: cheap
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.11.130-192.168.11.140
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: L2Advertisement
|
||||
metadata:
|
||||
name: poop
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
ipAddressPools:
|
||||
- cheap
|
||||
Loading…
Add table
Add a link
Reference in a new issue