Skip to content

Commit

Permalink
Updating readiness check to use spring boot /health monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
etsauer committed Nov 21, 2017
1 parent 342ab01 commit f062d6b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion basic-spring-boot/build/dev/params
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APPLICATION_NAME=spring-rest
NAMESPACE=basic-spring-boot-dev
IMAGE_STREAM_TAG_NAME=redhat-openjdk18-openshift:1.1
SOURCE_REPOSITORY_URL=https://github.com/etsauer/spring-rest.git
SOURCE_REPOSITORY_URL=https://github.com/redhat-cop/spring-rest.git
PIPELINE_SCRIPT=Jenkinsfile
3 changes: 2 additions & 1 deletion basic-spring-boot/deploy/dev/params
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
APPLICATION_NAME=spring-rest
NAMESPACE=basic-spring-boot-dev
SA_NAMESPACE=basic-spring-boot-dev
READINESS_RESPONSE=This is my webservice!
READINESS_RESPONSE=status.:.UP
READINESS_PATH=/health
3 changes: 2 additions & 1 deletion basic-spring-boot/deploy/prod/params
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
APPLICATION_NAME=spring-rest
NAMESPACE=basic-spring-boot-prod
SA_NAMESPACE=basic-spring-boot-dev
READINESS_RESPONSE=This is my webservice!
READINESS_RESPONSE=status.:.UP
READINESS_PATH=/health
3 changes: 2 additions & 1 deletion basic-spring-boot/deploy/stage/params
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ APPLICATION_NAME=spring-rest
NAMESPACE=basic-spring-boot-stage
SA_NAME=jenkins
SA_NAMESPACE=basic-spring-boot-dev
READINESS_RESPONSE=This is my webservice!
READINESS_RESPONSE=status.:.UP
READINESS_PATH=/health

0 comments on commit f062d6b

Please sign in to comment.