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 readinessProbe to deployment examples #87

Closed
davecheney opened this issue Dec 6, 2017 · 1 comment
Closed

Add readinessProbe to deployment examples #87

davecheney opened this issue Dec 6, 2017 · 1 comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.

Comments

@davecheney
Copy link
Contributor

        readinessProbe:
          httpGet:
            path: /healthz
            port: 8080
          initialDelaySeconds: 5
          timeoutSeconds: 1

Something like this, requires #10

@davecheney davecheney added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Dec 6, 2017
@rosskukulinski
Copy link
Contributor

Resolved in #759, dup of #695

sunjayBhatia pushed a commit that referenced this issue Jan 30, 2023
Signed-off-by: Daneyon Hansen <daneyonhansen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

2 participants