diff options
author | Steve Smokowski <ss835w@att.com> | 2019-01-12 13:15:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-12 13:15:45 +0000 |
commit | efb42bcc116535dad00c23a39fccdc5f9e5c321a (patch) | |
tree | ff774fc5adeb29ce08b271f4cd6ce87a934b3c80 /bpmn/mso-infrastructure-bpmn/src | |
parent | 7963ba28bc1fbd7fb27e3553eefda8ad8ce76f0c (diff) | |
parent | 3cccd48a71c73e497df90160450508e505e48d6c (diff) |
Merge "Re-enable Actuator for Springboot 2.0"
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/src')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml b/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml index 2515603e82..203988a1a3 100644 --- a/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml +++ b/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml @@ -23,8 +23,12 @@ camunda: job-execution: deployment-aware: true #Actuator -management: - context-path: /manage +management: + endpoints: + web: + base-path: /manage + exposure: + include: "*" metrics: se-global-registry: false export: |