mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-25 02:23:50 +00:00
Add PostgreSQL protocol configuration (#1919)
* Add MySQL protocol to default configuration Closes #1915 * Add PostgreSQL protocol configuration Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Alon Girmonsky <alongir@Alons-Mac-Studio.local> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -210,6 +210,7 @@ tap:
|
||||
- kafka
|
||||
- mongodb
|
||||
- mysql
|
||||
- postgresql
|
||||
- redis
|
||||
- ws
|
||||
- ldap
|
||||
@@ -233,6 +234,8 @@ tap:
|
||||
- 27017
|
||||
mysql:
|
||||
- 3306
|
||||
postgresql:
|
||||
- 5432
|
||||
redis:
|
||||
- 6379
|
||||
ldap:
|
||||
|
||||
Reference in New Issue
Block a user