djjudas21 / charts

Collection of Helm charts
15 stars 6 forks source link

openssh-server Have option to configure probes #85

Open DoumanAsh opened 1 week ago

DoumanAsh commented 1 week ago

Is your feature request related to a problem ?

Due to how k8s implements these probes, having both probes ON will result in two connections being established every time

2024-09-02 14:14:04.818363053  Connection closed by 10.11.0.129 port 52982
2024-09-02 14:14:04.821413032  Connection closed by 10.11.0.129 port 52984

Describe the solution you'd like.

Have option to configure which probe to use

Describe alternatives you've considered.

There is no way to change probe settings

Additional context.

Having excessive probing creates unnecessary logs that make it difficult to actually debug when actual SSH connection is performed