Skip to content

Commit

Permalink
Merge pull request #627 from yanfeng1992/add-example-readinessProbe
Browse files Browse the repository at this point in the history
Add readinessProbe for example konnectivity-agent Pod
  • Loading branch information
k8s-ci-robot committed May 29, 2024
2 parents 768e62a + 2cfcd68 commit 13c2a46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/kubernetes/konnectivity-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ spec:
path: /healthz
initialDelaySeconds: 15
timeoutSeconds: 15
readinessProbe:
httpGet:
scheme: HTTP
port: 8093
path: /readyz
initialDelaySeconds: 15
timeoutSeconds: 15
volumeMounts:
- mountPath: /var/run/secrets/tokens
name: konnectivity-agent-token
Expand Down

0 comments on commit 13c2a46

Please sign in to comment.