Pull request #56: Streamline actuator settings
Merge in RED/redaction-service from actuator-settings to master * commit 'b5192b7424745360dc2206b45ec7f7667b867e27': Streamline actuator settings
This commit is contained in:
commit
04f0c29a49
@ -12,5 +12,6 @@ management:
|
|||||||
endpoint:
|
endpoint:
|
||||||
metrics.enabled: ${monitoring.enabled:false}
|
metrics.enabled: ${monitoring.enabled:false}
|
||||||
prometheus.enabled: ${monitoring.enabled:false}
|
prometheus.enabled: ${monitoring.enabled:false}
|
||||||
|
health.enabled: true
|
||||||
endpoints.web.exposure.include: prometheus, health
|
endpoints.web.exposure.include: prometheus, health
|
||||||
metrics.export.prometheus.enabled: ${monitoring.enabled:false}
|
metrics.export.prometheus.enabled: ${monitoring.enabled:false}
|
||||||
@ -2,10 +2,6 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: redaction-service-v1
|
name: redaction-service-v1
|
||||||
|
|
||||||
|
management.endpoints:
|
||||||
management:
|
web.base-path: /
|
||||||
endpoints:
|
enabled-by-default: false
|
||||||
web:
|
|
||||||
base-path: /
|
|
||||||
path-mapping:
|
|
||||||
health: "health"
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user