summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.yml
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-06-29 14:44:23 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-29 14:44:23 +0000
commit8c3aa37f2da1ac6fbd468aa6df331b3a24febddf (patch)
treebb094db72a4709e731994f3774708817ba1218e0 /src/main/resources/application.yml
parent696ab19a41b8168541d083880bef83ac5838fb46 (diff)
parent55500c3685dbc032c5cb79a727cc588d542e7d15 (diff)
Merge "create quality params in dmi-plugin"
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r--src/main/resources/application.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 08466681..e506a546 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -26,4 +26,20 @@ security:
permit-uri: /manage/health/**,/manage/info,/swagger-ui/**,/swagger-resources/**,/v3/api-docs
auth:
username: ${CPS_USERNAME}
- password: ${CPS_PASSWORD} \ No newline at end of file
+ password: ${CPS_PASSWORD}
+
+# Actuator
+management:
+ endpoints:
+ web:
+ base-path: /manage
+ exposure:
+ include: info,health,loggers
+ endpoint:
+ health:
+ show-details: always
+ # kubernetes probes: liveness and readiness
+ probes:
+ enabled: true
+ loggers:
+ enabled: true