From d65f3fa0ac67137a11a700bd69d6094b1ee09c8b Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 7 Feb 2022 18:02:39 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d37afc7..b80092f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,5 @@ # Golang test project -[![Contribute](https://www.eclipse.org/che/contribute.svg)](https://codeready-openshift-workspaces.apps.dev.itix.xyz/f?url=https://github.com/nmasse-itix/test-crw) +[![Contribute](https://www.eclipse.org/che/contribute.svg)](https://codeready-openshift-workspaces.apps.dev.itix.xyz/f?url=https://github.com/nmasse-itix/crw-sample-app) - -A booster demonstrating health checks and recovery using the kubernetes/openshift -`liveliness` and `readiness` probes. - - -# How to run -The project uses openshift s2i to build docker image. Run the following command -to build the docker image - -```s2i build . registry.fedoraproject.org/f29/golang golang-health-check``` - -To start the web service, run - -```docker run -p 8080:8080 golang-health-check``` - -The web service should now be accessible on `http://localhost:8080` +TODO