You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to set custom probes( e.g. TCP) non http
I have not found a way to set TCP readinessProbe/livenessProbe it is hardcoded as http
Also I have not found a way to disable readinessProbe/livenessProbe only for one of the depployment (in my case worker)
Sometimes it is useful to disable or set readinessProbe/livenessProbe separately for debugging. Also http checks for worker return false results if worker pod is under load (timeoutSeconds was 15-30)
The text was updated successfully, but these errors were encountered:
Feature description
Add the ability to set custom probes( e.g. TCP) non http
I have not found a way to set TCP readinessProbe/livenessProbe it is hardcoded as http
Also I have not found a way to disable readinessProbe/livenessProbe only for one of the depployment (in my case worker)
Sometimes it is useful to disable or set readinessProbe/livenessProbe separately for debugging. Also http checks for worker return false results if worker pod is under load (timeoutSeconds was 15-30)
The text was updated successfully, but these errors were encountered: