From 0de1185e38f172d4ab97cc3aa668187d4bf6a35c Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:47:02 +0100 Subject: [PATCH] docs: add some comment for value podHostNetwork --- livekit-server/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/livekit-server/values.yaml b/livekit-server/values.yaml index bcf6d51..0cb4ffd 100644 --- a/livekit-server/values.yaml +++ b/livekit-server/values.yaml @@ -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: