mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update
This commit is contained in:
parent
aed1ff9556
commit
7beeb5c86f
1 changed files with 12 additions and 12 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
apiVersion: v1
|
#apiVersion: v1
|
||||||
kind: ConfigMap
|
#kind: ConfigMap
|
||||||
metadata:
|
#metadata:
|
||||||
namespace: metallb
|
# namespace: metallb
|
||||||
name: config
|
# name: config
|
||||||
data:
|
#data:
|
||||||
config: |
|
# config: |
|
||||||
address-pools:
|
# address-pools:
|
||||||
- name: default
|
# - name: default
|
||||||
protocol: layer2
|
# protocol: layer2
|
||||||
addresses:
|
# addresses:
|
||||||
- 192.168.10.130-192.168.10.140
|
# - 192.168.10.130-192.168.10.140
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue