aboutsummaryrefslogtreecommitdiffstats
path: root/cps/cps-rest/src/main/resources/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'cps/cps-rest/src/main/resources/application.yml')
-rw-r--r--cps/cps-rest/src/main/resources/application.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/cps/cps-rest/src/main/resources/application.yml b/cps/cps-rest/src/main/resources/application.yml
index 545faafc37..e8af0bcfb2 100644
--- a/cps/cps-rest/src/main/resources/application.yml
+++ b/cps/cps-rest/src/main/resources/application.yml
@@ -22,6 +22,18 @@ spring:
driverClassName: org.postgresql.Driver
initialization-mode: always
+# Actuator
+management:
+ endpoints:
+ web:
+ base-path: /manage
+ endpoint:
+ health:
+ show-details: always
+ # kubernetes probes: liveness and readiness
+ probes:
+ enabled: true
+
logging:
level:
org: