mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 10:48:59 +00:00
Disable TCP dissector by default
TCP dissector can be added as a helm value. This dissector shouldn't be used in production clusters, as enabling this dissector will consume enormous amounts of CPU and memory.
This commit is contained in:
parent
2a640c8d38
commit
51f3e3b7ce
@ -125,7 +125,7 @@ tap:
|
||||
- redis
|
||||
- sctp
|
||||
- syscall
|
||||
- tcp
|
||||
# - tcp
|
||||
- ws
|
||||
metrics:
|
||||
port: 49100
|
||||
|
Loading…
Reference in New Issue
Block a user