From b6608db2999032562a6ded065aa31787d094bfe9 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 4 Jan 2026 11:44:59 -0600 Subject: [PATCH] remove redis --- k8s/coturn/templates/configmap.yml | 16 +++++++--------- k8s/coturn/templates/deployment.yml | 1 + 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/k8s/coturn/templates/configmap.yml b/k8s/coturn/templates/configmap.yml index 5b8e848..e0cff27 100644 --- a/k8s/coturn/templates/configmap.yml +++ b/k8s/coturn/templates/configmap.yml @@ -4,17 +4,15 @@ metadata: name: coturn-config data: turnserver.conf: | - log-file=stdout - redis-status-db="redis://coturn-redis-master:6379" + log-file stdout fingerprint - realm=jamkazam.com - cli-password=j@mk@Z@3 + realm jamkazam.com + cli-password j@mk@Z@3 prometheus - prometheus-port=9641 - min-port=30000 - max-port=32768 - static-auth-secret=j@mk@Z@3 + prometheus-port 9641 + min-port 30000 + max-port 32768 + static-auth-secret j@mk@Z@3 no-tls no-dtls no-multicast-peers - no-ipv6 diff --git a/k8s/coturn/templates/deployment.yml b/k8s/coturn/templates/deployment.yml index 15276d2..50ad76d 100644 --- a/k8s/coturn/templates/deployment.yml +++ b/k8s/coturn/templates/deployment.yml @@ -19,6 +19,7 @@ spec: prometheus.io/port: "9641" spec: hostNetwork: true + dnsPolicy: ClusterFirstWithHostNet imagePullSecrets: {{- toYaml .Values.imagePullSecrets | nindent 8 }} volumes: