thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

Store: make the liveness probe timeout configurable #286

Closed douglascamata closed 1 year ago

douglascamata commented 1 year ago

Signed-off-by: Douglas Camata 159076+douglascamata@users.noreply.github.com

Changes

Under heavy load, the 1s default timeout for the Store liveness probe can be often triggered, which leads to Store restarts. This PR makes such timeout configurable.

The default value is 1s, to keep the current behavior, and in affected environments one can increase it.

Verification