remove redis
This commit is contained in:
parent
63f41b7b25
commit
b6608db299
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ spec:
|
|||
prometheus.io/port: "9641"
|
||||
spec:
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
imagePullSecrets:
|
||||
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue