14 lines
221 B
Text
14 lines
221 B
Text
|
---
|
||
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
namespace: metallb-system
|
||
|
name: config
|
||
|
data:
|
||
|
config: |
|
||
|
address-pools:
|
||
|
- name: loadbalanced
|
||
|
protocol: layer2
|
||
|
addresses:
|
||
|
- {{ metallb.ip_range }}
|