mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-21 11:40:56 +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
|
- redis
|
||||||
- sctp
|
- sctp
|
||||||
- syscall
|
- syscall
|
||||||
- tcp
|
# - tcp
|
||||||
- ws
|
- ws
|
||||||
metrics:
|
metrics:
|
||||||
port: 49100
|
port: 49100
|
||||||
|
Loading…
Reference in New Issue
Block a user