Skip to content

Commit 32f5c2e

Browse files
committed
fullAccessHomeservers
1 parent 562bb09 commit 32f5c2e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

charts/livekit-jwt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: v2
33
name: livekit-jwt
4-
version: 0.3.0
4+
version: 0.4.0
55
appVersion: 0.4.0
66
sources:
77
- https://github.com/element-hq/lk-jwt-service

charts/livekit-jwt/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ spec:
3434
value: "8080"
3535
- name: "LIVEKIT_URL"
3636
value: {{ .Values.config.url }}
37+
{{- if .Values.config.fullAccessHomeservers }}
38+
- name: "LIVEKIT_FULL_ACCESS_HOMESERVERS"
39+
value: {{ join "," .Values.config.fullAccessHomeservers | quote }}
40+
{{- end }}
3741
envFrom:
3842
- secretRef:
3943
name: livekit-jwt

charts/livekit-jwt/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ config:
22
url:
33
key: key
44
secret: secret
5+
# Comma-separated list of Matrix homeservers whose users are authorized with full access to LiveKit SFU features
6+
fullAccessHomeservers: []
57

68
image:
79
registry: ghcr.io

0 commit comments

Comments
 (0)