We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbbe3c commit 193527aCopy full SHA for 193527a
manifest.yml
@@ -6,6 +6,8 @@ applications:
6
buildpacks:
7
- java_buildpack_offline
8
path: build/libs/spring-music-1.0.jar
9
+ health-check-type: http
10
+ health-check-http-endpoint: /actuator/health
11
env:
12
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
13
JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 11.+ } }'
0 commit comments