mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-05 10:41:36 +00:00
Update values.yaml
Placed hostNetwork: true as default above serviceMesh.
This commit is contained in:
parent
6fe18636f7
commit
7f30c27186
@ -1,6 +1,4 @@
|
|||||||
# find a detailed description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md
|
# find a detailed description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md
|
||||||
hostNetwork: true
|
|
||||||
|
|
||||||
tap:
|
tap:
|
||||||
docker:
|
docker:
|
||||||
registry: docker.io/kubeshark
|
registry: docker.io/kubeshark
|
||||||
@ -78,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