aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-05-08 10:44:47 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-08 10:44:47 +0000
commit386f17c8eac6cbd662faae1991b0c9edccc02891 (patch)
tree736f14eb73dfd6a90a7ae836f70b8cb70beb7112
parent1337fd3c5452f0836091de285a771832d7f5d005 (diff)
parentcf171a923f72fa69af90d54729fd146fc86c6c58 (diff)
Merge "Add health check endpoint"
-rw-r--r--pnfsimulator/src/main/resources/application.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/pnfsimulator/src/main/resources/application.properties b/pnfsimulator/src/main/resources/application.properties
index 263302b..5c573b3 100644
--- a/pnfsimulator/src/main/resources/application.properties
+++ b/pnfsimulator/src/main/resources/application.properties
@@ -8,8 +8,7 @@ spring.data.mongodb.database=pnf_simulator
management.endpoints.enabled-by-default=true
management.endpoint.configprops.enabled=true
management.endpoints.web.base-path=/
-management.server.port=5001
-management.endpoints.web.exposure.include=refresh
+management.endpoints.web.exposure.include=refresh,health
ssl.clientCertificateEnabled=true
ssl.clientCertificateDir=/app/store/cert.p12