This commit is contained in:
Noopduck 2025-07-25 12:11:18 +02:00 committed by GitHub
commit a68576d33d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -329,7 +329,7 @@ spec:
readOnly: true
{{- end }}
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
hostNetwork: {{ .Values.hostNetwork }}
serviceAccountName: {{ include "kubeshark.serviceAccountName" . }}
{{- if .Values.tap.tolerations.workers }}
tolerations:

View File

@ -76,6 +76,7 @@ tap:
periodSeconds: 5
successThreshold: 1
failureThreshold: 3
hostNetwork: true
serviceMesh: true
tls: true
disableTlsLog: true