From ec6a41c054ce84ee01eb64aa3fbd3ec72f55d06b Mon Sep 17 00:00:00 2001 From: Ivaylo Papratilov Date: Fri, 19 Jan 2024 09:42:13 +0200 Subject: [PATCH] REP-430: Use hostPID --- charts/egressd/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/egressd/values.yaml b/charts/egressd/values.yaml index e2c080e..2dc4641 100644 --- a/charts/egressd/values.yaml +++ b/charts/egressd/values.yaml @@ -49,8 +49,8 @@ collector: podLabels: { } # If hostPID is used container should run in fully privileged mode. Then hostNetwork can be set to false. - hostPID: false - hostNetwork: true + hostPID: true + hostNetwork: false podSecurityContext: { } # fsGroup: 2000