Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions livekit-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name: ""

# By default, the `hostNetwork: true` is used for the pods. This means that the pods
# receive the IP address of the node and not a private one from kubernetes.
# There may be constellations in which this must be disabled. But it is not recommended.
# Be careful as this leads to single port UDP usage and can lead to performance losses.
podHostNetwork: true

podAnnotations:
Expand Down
Loading