mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
* add metallb as loadbalancer for on premise deployments * improve configuration * add variables to DaemonSet
8 lines
108 B
YAML
8 lines
108 B
YAML
---
|
|
metallb:
|
|
ip_range: "10.5.0.50-10.5.0.99"
|
|
limits:
|
|
cpu: "100m"
|
|
memory: "100Mi"
|
|
port: "7472"
|