mirror of https://github.com/easzlab/kubeasz.git
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
namespace: metallb-system
|
||
|
name: config
|
||
|
data:
|
||
|
config: |
|
||
|
address-pools:
|
||
|
- name: my-ip-space
|
||
|
protocol: layer2
|
||
|
addresses:
|
||
|
- {{ metallb_vip_pool }}
|