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?
I can only see
livenessProbe:argo-tunnel-examples/named-tunnel-k8s/cloudflared.yaml
Lines 27 to 35 in 86a2dcc
What's the reason readiness probe is not in use?