diff --git a/livekit-server/templates/deployment.yaml b/livekit-server/templates/deployment.yaml index 7b35cee..674e4a2 100644 --- a/livekit-server/templates/deployment.yaml +++ b/livekit-server/templates/deployment.yaml @@ -60,6 +60,9 @@ spec: - name: LIVEKIT_TURN_KEY value: /etc/lkcert/tls.key {{- end }} + {{- with .Values.extraEnv }} + {{- toYaml . | nindent 12 }} + {{- end }} ports: - name: http containerPort: {{ .Values.livekit.port }} diff --git a/livekit-server/values.yaml b/livekit-server/values.yaml index bcf6d51..980d977 100644 --- a/livekit-server/values.yaml +++ b/livekit-server/values.yaml @@ -104,6 +104,9 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" +# Extra environment variables for the LiveKit Server container. +extraEnv: [] + podHostNetwork: true podAnnotations: