Commit 1cc0602
authored
Remove open endpoint /actuator/health (#426)
By default, CAP Java provides the open endpoints
`actuator/health/liveness` and `actuator/health/readiness`. Both can be
used by Cf or K8s for application health checks.
There is no need for a public `actuator/health` anymore.
See also in mta.yaml:
https://github.com/SAP-samples/cloud-cap-samples-java/blob/228e05f940b4d22acc7d88c862fcb6e8c085ff40/mta-multi-tenant.yaml#L181 parent 228e05f commit 1cc0602
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments