Created
May 17, 2020 20:33
-
-
Save j-tim/b7feee675e01a93211743975f65c2d07 to your computer and use it in GitHub Desktop.
Spring Boot 2.3 Kubernetes propes health actuator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
management: | |
health: | |
probes: | |
enabled: true | |
endpoint: | |
health: | |
show-details: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment