aboutsummaryrefslogtreecommitdiffstats
path: root/cps-rest/src/main/resources/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'cps-rest/src/main/resources/application.yml')
-rw-r--r--cps-rest/src/main/resources/application.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/cps-rest/src/main/resources/application.yml b/cps-rest/src/main/resources/application.yml
index e8af0bcfb..b50a92662 100644
--- a/cps-rest/src/main/resources/application.yml
+++ b/cps-rest/src/main/resources/application.yml
@@ -1,7 +1,9 @@
server:
port: 8080
- servlet:
- context-path: /api/cps
+
+rest:
+ api:
+ base-path: /cps/api
spring:
main:
@@ -27,12 +29,16 @@ management:
endpoints:
web:
base-path: /manage
+ exposure:
+ include: health,info,loggers
endpoint:
health:
show-details: always
# kubernetes probes: liveness and readiness
probes:
enabled: true
+ looging:
+ enabled: true
logging:
level: