cloudflare / argo-tunnel-examples

209 stars 78 forks source link

What's the reason your liveness check interval is 10 seconds? #21

Open gajus opened 2 years ago

gajus commented 2 years ago

In this example:

https://github.com/cloudflare/argo-tunnel-examples/blob/86a2dccc880669ef3b5f9f2e6c2f034242c08f12/named-tunnel-k8s/cloudflared.yaml#L27-L35

Wouldn't this result in a potential 10 second outage?

Is there a reason it is not set to 1?