-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
I can only see livenessProbe:
argo-tunnel-examples/named-tunnel-k8s/cloudflared.yaml
Lines 27 to 35 in 86a2dcc
| 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?
Metadata
Metadata
Assignees
Labels
No labels