aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-11-15 14:23:30 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-15 14:23:30 +0000
commitce021b10a575c9ec67025ebcfa7a6b2537bb69da (patch)
tree38deffb4b187496932f65fedf6a19467aa778ec7 /participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
parentc1b29b86a2c6804de6c7c302cdd103143c1fc617 (diff)
parent3d8fc9a77081886599cc93acd26105b433770b43 (diff)
Merge "Add health check, metrics and prometheus endpoints for CL participants"
Diffstat (limited to 'participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml')
-rw-r--r--participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
index e1693318e..f77153a25 100644
--- a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
+++ b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
@@ -1,7 +1,7 @@
spring:
security:
user:
- name: healthcheck
+ name: participantUser
password: zb!XztG34
security:
enable-csrf: false
@@ -37,10 +37,8 @@ management:
endpoints:
web:
exposure:
- include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
+ include: health, metrics, prometheus
server:
- # Configuration of the HTTP/REST server. The parameters are defined and handled by the springboot framework.
- # See springboot documentation.
port: 8083
servlet:
context-path: /onap/k8sparticipant