From b2ca0bf49cc78ef982ed373336d55ceb6045ad17 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 9 Nov 2021 15:29:24 +0100 Subject: [PATCH] add coturn ingress --- k8s/coturn/ingress.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/k8s/coturn/ingress.yml b/k8s/coturn/ingress.yml index a6c6e31..f535301 100644 --- a/k8s/coturn/ingress.yml +++ b/k8s/coturn/ingress.yml @@ -4,6 +4,11 @@ metadata: annotations: haproxy.org/ssl-redirect: "false" cert-manager.io/cluster-issuer: letsencrypt-haproxy-production + ingress.kubernetes.io/config-backend: | + balance url_param session_id + timeout connect 1s + timeout queue 5s + timeout server 3600s name: coturn spec: ingressClassName: haproxy