18 lines
404 B
YAML
18 lines
404 B
YAML
name: metallb
|
|
is: metallb
|
|
description: Bare metal load-balancer for Kubernetes
|
|
version: v0.15.0
|
|
deploymentName: controller
|
|
category: infrastructure
|
|
defaultConfig:
|
|
namespace: metallb-system
|
|
ipAddressPool: "192.168.1.240-192.168.1.250"
|
|
loadBalancerIp: "192.168.1.240"
|
|
deploy:
|
|
phases:
|
|
- path: installation
|
|
waitFor:
|
|
name: controller
|
|
timeout: "60s"
|
|
- path: configuration
|