Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ready/healthcheck to cloudflared #180

Open
pl4nty opened this issue Nov 20, 2024 · 0 comments
Open

Add ready/healthcheck to cloudflared #180

pl4nty opened this issue Nov 20, 2024 · 0 comments

Comments

@pl4nty
Copy link
Owner

pl4nty commented Nov 20, 2024

https://github.com/cloudflare/argo-tunnel-examples/blob/master/named-tunnel-k8s/cloudflared.yaml

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant