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 simple readiness check #256

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

mxmeinhold
Copy link
Collaborator

It's not the healthcheck desired by #215, but it's at least enough that it should keep OKD from routing to really fresh pods, and also help with the progressive rollouts.

@mxmeinhold
Copy link
Collaborator Author

Added to packet-dev and freshman-packet-dev dc as

          readinessProbe:
            httpGet:
              path: /readiness
              port: 8080
              scheme: HTTP
            timeoutSeconds: 1
            periodSeconds: 10
            successThreshold: 1
            failureThreshold: 3

@mxmeinhold mxmeinhold merged commit c36fa69 into ComputerScienceHouse:develop Mar 30, 2021
@mxmeinhold mxmeinhold deleted the ready branch March 30, 2021 02:13
@mxmeinhold mxmeinhold mentioned this pull request Aug 20, 2021
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

Successfully merging this pull request may close these issues.

2 participants