File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ modules:
1414 memory : 1024M
1515 disk-quota : 512M
1616 buildpack : sap_java_buildpack_jakarta
17+ health-check-type : http
18+ health-check-http-endpoint : /actuator/health/liveness
19+ readiness-health-check-type : http
20+ readiness-health-check-http-endpoint : /actuator/health/readiness
1721 properties :
1822 SPRING_PROFILES_ACTIVE : cloud,sandbox
1923 CDS_MULTITENANCY_APPUI_TENANTSEPARATOR : " -"
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ modules:
1414 memory : 1024M
1515 disk-quota : 512M
1616 buildpack : sap_java_buildpack_jakarta
17+ health-check-type : http
18+ health-check-http-endpoint : /actuator/health/liveness
19+ readiness-health-check-type : http
20+ readiness-health-check-http-endpoint : /actuator/health/readiness
1721 properties :
1822 SPRING_PROFILES_ACTIVE : cloud,sandbox
1923 JBP_CONFIG_COMPONENTS : " jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ management:
2828 health :
2929 show-components : always
3030 show-details : always
31+ probes.enabled : true
3132 endpoints :
3233 web :
3334 exposure :
You can’t perform that action at this time.
0 commit comments