Add note to disable health indicator in bootstrap yaml | properites (#827)

This commit is contained in:
Ryan Baxter
2021-07-12 16:37:37 -04:00
committed by GitHub
parent 44fd17b5d0
commit 6dcad3a7b8

View File

@@ -7,3 +7,6 @@ The Kubernetes health indicator (which is part of the core module) exposes the f
* Pod name, IP address, namespace, service account, node name, and its IP address
* A flag that indicates whether the Spring Boot application is internal or external to Kubernetes
You can disable this `HealthContributor` by setting `management.health.kubernetes.enabled`
to `false` in `bootstrap.[properties | yaml]`.