From 3f4bfcdf89b868a41503b556beee02396c97a6c1 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 9 Nov 2021 15:45:31 +0100 Subject: [PATCH] add coturn ingress --- k8s/applications/coturn.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/k8s/applications/coturn.yaml b/k8s/applications/coturn.yaml index f9179cd..a8236c6 100644 --- a/k8s/applications/coturn.yaml +++ b/k8s/applications/coturn.yaml @@ -15,12 +15,12 @@ spec: syncPolicy: syncOptions: - CreateNamespace=true - automated: - prune: true - allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file + # automated: + # prune: true + # allowEmpty: false + # retry: + # limit: 5 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 3m \ No newline at end of file