Fix documentation for example haproxy setup
The backend now uses kube-vip on port 6443 rather than 61443, also the healthcheck syntax not correct for current openstack-ansible releases. Change-Id: I357db3b24db0557302fea2b24555f7fbbf30acaa
This commit is contained in:
parent
f93fee84f5
commit
9eeb927523
@ -137,7 +137,7 @@ in `/etc/openstack-deploy/group_vars/k8s_all/haproxy_service.yml`
|
||||
haproxy_balance_type: tcp
|
||||
haproxy_balance_alg: leastconn
|
||||
haproxy_interval: '15000'
|
||||
haproxy_backend_port: 16443
|
||||
haproxy_backend_port: 6443
|
||||
haproxy_backend_rise: 2
|
||||
haproxy_backend_fall: 2
|
||||
haproxy_timeout_server: '15m'
|
||||
@ -146,9 +146,8 @@ in `/etc/openstack-deploy/group_vars/k8s_all/haproxy_service.yml`
|
||||
- tcplog
|
||||
- ssl-hello-chk
|
||||
- log-health-checks
|
||||
- httpchk GET /healthz
|
||||
haproxy_backend_httpcheck_options:
|
||||
- 'expect status 200'
|
||||
- 'send hdr User-Agent "osa-haproxy-healthcheck" meth GET uri /healthz'
|
||||
haproxy_backend_server_options:
|
||||
- check-ssl
|
||||
- verify none
|
||||
|
Loading…
x
Reference in New Issue
Block a user