mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-05 18:46:16 +00:00
Merge 7f30c27186
into bedecdb080
This commit is contained in:
commit
a68576d33d
@ -329,7 +329,7 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
hostNetwork: true
|
hostNetwork: {{ .Values.hostNetwork }}
|
||||||
serviceAccountName: {{ include "kubeshark.serviceAccountName" . }}
|
serviceAccountName: {{ include "kubeshark.serviceAccountName" . }}
|
||||||
{{- if .Values.tap.tolerations.workers }}
|
{{- if .Values.tap.tolerations.workers }}
|
||||||
tolerations:
|
tolerations:
|
||||||
|
@ -76,6 +76,7 @@ tap:
|
|||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
hostNetwork: true
|
||||||
serviceMesh: true
|
serviceMesh: true
|
||||||
tls: true
|
tls: true
|
||||||
disableTlsLog: true
|
disableTlsLog: true
|
||||||
|
Loading…
Reference in New Issue
Block a user