mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update
This commit is contained in:
parent
c47dba6dc6
commit
a63fe8cb3f
1 changed files with 18 additions and 18 deletions
|
|
@ -1,19 +1,19 @@
|
||||||
#apiVersion: v1
|
apiVersion: v1
|
||||||
#kind: ConfigMap
|
kind: ConfigMap
|
||||||
#metadata:
|
|
||||||
# namespace: metallb
|
|
||||||
# name: config
|
|
||||||
#data:
|
|
||||||
# config: |
|
|
||||||
# address-pools:
|
|
||||||
# - name: default
|
|
||||||
# protocol: layer2
|
|
||||||
# addresses:
|
|
||||||
# - 192.168.10.130-192.168.10.140
|
|
||||||
apiVersion: metallb.io/v1beta1
|
|
||||||
kind: IPAddressPool
|
|
||||||
metadata:
|
metadata:
|
||||||
name: cheap
|
namespace: metallb
|
||||||
spec:
|
name: config
|
||||||
addresses:
|
data:
|
||||||
- 192.168.10.0/24
|
config: |
|
||||||
|
address-pools:
|
||||||
|
- name: default
|
||||||
|
protocol: layer2
|
||||||
|
addresses:
|
||||||
|
- 192.168.10.130-192.168.10.140
|
||||||
|
#apiVersion: metallb.io/v1beta1
|
||||||
|
#kind: IPAddressPool
|
||||||
|
#metadata:
|
||||||
|
# name: cheap
|
||||||
|
#spec:
|
||||||
|
# addresses:
|
||||||
|
# - 192.168.10.0/24
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue