First commit of loop-livekit-server
This commit is contained in:
68
loop-livekit-server/values.yaml
Normal file
68
loop-livekit-server/values.yaml
Normal file
@@ -0,0 +1,68 @@
|
||||
loop-livekit-server:
|
||||
livekit:
|
||||
port: 8880
|
||||
log_level: info
|
||||
prometheus_port: 9000
|
||||
rtc:
|
||||
tcp_port: 8881
|
||||
port_range_start: 50000
|
||||
port_range_end: 59990
|
||||
# udp_port: 7882
|
||||
use_external_ip: true
|
||||
redis:
|
||||
address: livekit-redis-master:6379
|
||||
db: 0
|
||||
# username: redis
|
||||
password: ""
|
||||
keys:
|
||||
IEUaM1cpqRS3Lhgx5X7R6wu46t5xts: "895rOrvTysc1U0MOoujYgrPl1Xh4ferv4ynv5Zyh4kh2JEfOsr" # Important! Generate and use your own keys.
|
||||
|
||||
turn:
|
||||
enabled: false
|
||||
# Must match domain of your tls cert
|
||||
domain: ""
|
||||
secretName: ""
|
||||
loadBalancerAnnotations: {}
|
||||
room:
|
||||
# auto_create: false
|
||||
empty_timeout: 300
|
||||
departure_timeout: 20
|
||||
|
||||
replicaCount: 2
|
||||
|
||||
terminationGracePeriodSeconds: "3600"
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 2048Mi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 1024Mi
|
||||
|
||||
nameOverride: livekit-server
|
||||
|
||||
serviceMonitor:
|
||||
create: true
|
||||
|
||||
ingress_hostname: "" # livekit URL
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
fullnameOverride: livekit-redis
|
||||
nameOverride: livekit-redis
|
||||
architecture: replication
|
||||
image:
|
||||
debug: true
|
||||
auth:
|
||||
enabled: true
|
||||
password: ""
|
||||
master:
|
||||
persistence:
|
||||
storageClass: longhorn
|
||||
size: 2Gi
|
||||
replica:
|
||||
replicaCount: 2
|
||||
persistence:
|
||||
storageClass: longhorn
|
||||
size: 2Gi
|
||||
Reference in New Issue
Block a user