Merge pull request #30562 from luozhenyu

* pr/30562:
  Add metadata for management.endpoint.health.probes.add-additional-paths

Closes gh-30562
pull/30839/head
Stephane Nicoll 3 years ago
commit fa77e1ce5e

@ -48,6 +48,12 @@
"sun.java.command"
]
},
{
"name": "management.endpoint.health.probes.add-additional-paths",
"type": "java.lang.Boolean",
"description": "Whether to make the liveness and readiness health groups available on the main server port.",
"defaultValue": false
},
{
"name": "management.endpoint.health.probes.enabled",
"type": "java.lang.Boolean",

Loading…
Cancel
Save