Add metadata for management.endpoint.health.probes.add-additional-paths
See gh-30562
This commit is contained in:
parent
af7bfc20c4
commit
09daad0a16
|
@ -48,6 +48,12 @@
|
||||||
"sun.java.command"
|
"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",
|
"name": "management.endpoint.health.probes.enabled",
|
||||||
"type": "java.lang.Boolean",
|
"type": "java.lang.Boolean",
|
||||||
|
|
Loading…
Reference in New Issue