mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
update
This commit is contained in:
parent
8ff8705a2f
commit
583c548900
4 changed files with 409 additions and 0 deletions
12
metallb/templates/config.yaml
Normal file
12
metallb/templates/config.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
namespace: metallb-system
|
||||
name: config
|
||||
data:
|
||||
config: |
|
||||
address-pools:
|
||||
- name: default
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- 192.168.10.130-192.168.10.140
|
||||
Loading…
Add table
Add a link
Reference in a new issue