remove redis
This commit is contained in:
parent
63f41b7b25
commit
b6608db299
|
|
@ -4,17 +4,15 @@ metadata:
|
||||||
name: coturn-config
|
name: coturn-config
|
||||||
data:
|
data:
|
||||||
turnserver.conf: |
|
turnserver.conf: |
|
||||||
log-file=stdout
|
log-file stdout
|
||||||
redis-status-db="redis://coturn-redis-master:6379"
|
|
||||||
fingerprint
|
fingerprint
|
||||||
realm=jamkazam.com
|
realm jamkazam.com
|
||||||
cli-password=j@mk@Z@3
|
cli-password j@mk@Z@3
|
||||||
prometheus
|
prometheus
|
||||||
prometheus-port=9641
|
prometheus-port 9641
|
||||||
min-port=30000
|
min-port 30000
|
||||||
max-port=32768
|
max-port 32768
|
||||||
static-auth-secret=j@mk@Z@3
|
static-auth-secret j@mk@Z@3
|
||||||
no-tls
|
no-tls
|
||||||
no-dtls
|
no-dtls
|
||||||
no-multicast-peers
|
no-multicast-peers
|
||||||
no-ipv6
|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ spec:
|
||||||
prometheus.io/port: "9641"
|
prometheus.io/port: "9641"
|
||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
|
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue