Skip to content

Commit

Permalink
Merge pull request #30562 from luozhenyu
Browse files Browse the repository at this point in the history
* pr/30562:
  Add metadata for management.endpoint.health.probes.add-additional-paths

Closes gh-30562
  • Loading branch information
snicoll committed Apr 7, 2022
2 parents af7bfc2 + 09daad0 commit fa77e1c
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -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",
Expand Down

0 comments on commit fa77e1c

Please sign in to comment.