cloudflare/argo-tunnel-examples

What's the reason readiness probe is not in use?

gajus opened this issue · 0 comments

gajus commented

I can only see livenessProbe:

livenessProbe:
httpGet:
# Cloudflared has a /ready endpoint which returns 200 if and only if
# it has an active connection to the edge.
path: /ready
port: 2000
failureThreshold: 1
initialDelaySeconds: 10
periodSeconds: 10

What's the reason readiness probe is not in use?