mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-25 17:57:09 +00:00
83654cf7c0
Pin egress to the production version, which uses a more recent release than the default chart value (1.9.0). Using the default could have led to issues; hopefully this change avoids them.
47 lines
955 B
Go Template
47 lines
955 B
Go Template
replicaCount: 1
|
|
terminationGracePeriodSeconds: 18000
|
|
|
|
image:
|
|
tag: v1.11.0
|
|
|
|
egress:
|
|
log_level: debug
|
|
ws_url: ws://livekit-livekit-server:80
|
|
insecure: true
|
|
enable_chrome_sandbox: true
|
|
{{- with .Values.livekit.keys }}
|
|
{{- range $key, $value := . }}
|
|
api_key: {{ $key }}
|
|
api_secret: {{ $value }}
|
|
{{- end }}
|
|
{{- end }}
|
|
redis:
|
|
address: redis-master:6379
|
|
password: pass
|
|
s3:
|
|
access_key: meet
|
|
secret: password
|
|
region: local
|
|
bucket: meet-media-storage
|
|
endpoint: http://minio:9000
|
|
force_path_style: true
|
|
|
|
loadBalancer:
|
|
type: nginx
|
|
annotations:
|
|
nginx.ingress.kubernetes.io/rewrite-target: /
|
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
tls:
|
|
- hosts:
|
|
- livekit-egress.127.0.0.1.nip.io
|
|
secretName: livekit-egress-dinum-cert
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
minReplicas: 1
|
|
maxReplicas: 5
|
|
|
|
nodeSelector: {}
|
|
resources: {}
|