From 3b2b8f86062ff9d8c458f91f1323b69ee68d02ab Mon Sep 17 00:00:00 2001 From: Ivaylo Date: Wed, 24 Jan 2024 10:53:13 +0200 Subject: [PATCH] REP-430: Use hostPID (#93) Co-authored-by: Ivaylo Papratilov --- 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