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: