From 7f30c271864bcdcd17954e33bf27e026290531e3 Mon Sep 17 00:00:00 2001 From: Noopduck Date: Fri, 25 Jul 2025 12:03:13 +0200 Subject: [PATCH] Update values.yaml Placed hostNetwork: true as default above serviceMesh. --- helm-chart/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 450aa3422..a168c3f90 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -1,6 +1,4 @@ # find a detailed description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md -hostNetwork: true - tap: docker: registry: docker.io/kubeshark @@ -78,6 +76,7 @@ tap: periodSeconds: 5 successThreshold: 1 failureThreshold: 3 + hostNetwork: true serviceMesh: true tls: true disableTlsLog: true