metrics-for-apps: terminate tls for api/api-int in haproxy
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
c3830a9698
commit
d78d1070f8
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
|
||||
bind 0.0.0.0:6443 ssl crt /etc/haproxy/ocp4.pem
|
||||
default_backend ocp-masters-backend-kapi
|
||||
|
||||
backend ocp-masters-backend-kapi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue