Skip to content

Commit 193527a

Browse files
committed
add http health
1 parent 3dbbe3c commit 193527a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ applications:
66
buildpacks:
77
- java_buildpack_offline
88
path: build/libs/spring-music-1.0.jar
9+
health-check-type: http
10+
health-check-http-endpoint: /actuator/health
911
env:
1012
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
1113
JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 11.+ } }'

0 commit comments

Comments
 (0)