We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337e9e4 commit 562bb09Copy full SHA for 562bb09
charts/livekit-jwt/Chart.yaml
@@ -1,7 +1,7 @@
1
---
2
apiVersion: v2
3
name: livekit-jwt
4
-version: 0.2.0
+version: 0.3.0
5
appVersion: 0.4.0
6
sources:
7
- https://github.com/element-hq/lk-jwt-service
charts/livekit-jwt/templates/deployment.yaml
@@ -30,7 +30,7 @@ spec:
30
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
31
imagePullPolicy: {{ .Values.image.pullPolicy }}
32
env:
33
- - name: "LIVEKIT_JWT_BIND"
+ - name: "LIVEKIT_JWT_PORT"
34
value: "8080"
35
- name: "LIVEKIT_URL"
36
value: {{ .Values.config.url }}
0 commit comments