kubeasz/roles/ex-lb/defaults/main.yml

16 lines
520 B
YAML
Raw Permalink Normal View History

2019-02-07 15:10:49 +08:00
# 区分多个instance的VRRP组播同网段不能重复取值在0-255之间
# 因项目已设置vrrp报文单播模式所以这个ROUTER_ID 即便同网段里面有重复也没关系
2021-04-02 14:45:10 +08:00
ROUTER_ID: 222
2019-02-07 15:10:49 +08:00
# 启用 ingress NodePort服务的负载均衡 (yes/no)
2021-03-28 22:15:49 +08:00
INGRESS_NODEPORT_LB: "no"
2021-04-02 14:45:10 +08:00
# ingress NodePort 的端口号
INGRESS_NODEPORT_LB_PORT: 23456
2021-04-09 08:35:12 +08:00
2019-02-07 15:10:49 +08:00
# 启用 ingress tls NodePort服务的负载均衡 (yes/no)
2021-03-28 22:15:49 +08:00
INGRESS_TLS_NODEPORT_LB: "no"
2021-04-09 08:35:12 +08:00
2021-04-02 14:45:10 +08:00
# ingress tls NodePort 的端口号
INGRESS_TLS_NODEPORT_LB_PORT: 23457