Comment loadbalancer_* settings in sample inventory (#4566)
This commit is contained in:
parent
c6586829de
commit
ef10feb26f
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ bin_dir: /usr/local/bin
|
||||||
# port: 1234
|
# port: 1234
|
||||||
|
|
||||||
## Internal loadbalancers for apiservers
|
## Internal loadbalancers for apiservers
|
||||||
loadbalancer_apiserver_localhost: true
|
# loadbalancer_apiserver_localhost: true
|
||||||
loadbalancer_apiserver_type: haproxy
|
# valid options are "nginx" or "haproxy"
|
||||||
|
# loadbalancer_apiserver_type: nginx # valid values "nginx" or "haproxy"
|
||||||
|
|
||||||
## Local loadbalancer should use this port
|
## Local loadbalancer should use this port
|
||||||
## And must be set port 6443
|
## And must be set port 6443
|
||||||
|
|
Loading…
Reference in a new issue