haproxy: Try dropping ssl here.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ea2354658f
commit
ad2d0a4a4e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ backend stats-backend
|
|||
{% if env != "production" %}
|
||||
frontend ocp-masters-kapi
|
||||
mode tcp
|
||||
bind 0.0.0.0:6443 ssl crt /etc/haproxy/ocp4.pem
|
||||
bind 0.0.0.0:6443
|
||||
default_backend ocp-masters-backend-kapi
|
||||
|
||||
backend ocp-masters-backend-kapi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue