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

Added liveness and readiness probe #66

Open
vania-pooh opened this issue Feb 20, 2020 · 0 comments
Open

Added liveness and readiness probe #66

vania-pooh opened this issue Feb 20, 2020 · 0 comments
Milestone

Comments

@vania-pooh
Copy link
Member

vania-pooh commented Feb 20, 2020

# Deployment
      spec:
        # ....
        livenessProbe:
          httpGet:
            path: /wd/hub/status
            port: 4444
          initialDelaySeconds: 30
          timeoutSeconds: 5
        readinessProbe:
          httpGet:
            path: /wd/hub/status
            port: 4444
          initialDelaySeconds: 30
          timeoutSeconds: 5

@vania-pooh vania-pooh added this to the 1.1.0 milestone Feb 20, 2020
@vania-pooh vania-pooh modified the milestones: 1.1.0, 1.6.2 Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant