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 healthcheck/readiness probe #69

Merged
merged 1 commit into from
Feb 27, 2018
Merged

Conversation

edaniszewski
Copy link
Contributor

Review Deadline: --

Summary

Creates/updates the healthcheck/readiness probe for synse server. Updates README to add section on health checks.

Related Issues

@@ -5,7 +5,7 @@ COPY ./requirements.txt requirements.txt

RUN set -e -x \
&& apk --update --no-cache add \
bash gcc \
bash gcc curl \
Copy link
Contributor

@MatthewHink MatthewHink Feb 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+100. FWIW I had seen some images don't even have vi on them. Cannot remember which ones.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah - we may want to have development images vs. production images, e.g. dev images have additional tools (like vi) installed, production images have only the bare minimum needed to run.

@edaniszewski edaniszewski merged commit 87f7500 into v2.0-dev Feb 27, 2018
@edaniszewski edaniszewski deleted the readiness-liveness-probe branch February 27, 2018 19:00
edaniszewski pushed a commit that referenced this pull request Apr 5, 2018
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