mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 07:16:57 +07:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: metallb-config
|
||
|
namespace: {{ metallb_namespace }}
|
||
|
data:
|
||
|
config: |
|
||
|
address-pools:
|
||
|
- name: default
|
||
|
protocol: layer2
|
||
|
addresses:
|
||
|
- {{ metallb_addresses }}
|