metrics-for-apps: terminate tls for api/api-int in haproxy

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-08-09 13:29:47 +09:00 committed by kevin
parent c3830a9698
commit d78d1070f8

View file

@ -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