Provide LiveKit environment variables on Kubernetes

Antonio Scandurra and Nathan Sobo created

Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Change summary

crates/collab/k8s/manifest.template.yml | 15 +++++++++++++++
1 file changed, 15 insertions(+)

Detailed changes

crates/collab/k8s/manifest.template.yml 🔗

@@ -70,6 +70,21 @@ spec:
                 secretKeyRef:
                   name: api
                   key: token
+            - name: LIVE_KIT_SERVER
+              valueFrom:
+                secretKeyRef:
+                  name: livekit
+                  key: server
+            - name: LIVE_KIT_KEY
+              valueFrom:
+                secretKeyRef:
+                  name: livekit
+                  key: key
+            - name: LIVE_KIT_SECRET
+              valueFrom:
+                secretKeyRef:
+                  name: livekit
+                  key: secret
             - name: INVITE_LINK_PREFIX
               value: ${INVITE_LINK_PREFIX}
             - name: RUST_LOG