diff options
Diffstat (limited to 'cps/cps-rest/src/main/resources/application.yml')
-rw-r--r-- | cps/cps-rest/src/main/resources/application.yml | 12 |
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 8e2aee043c..84f3f79cda 100644 --- a/cps/cps-rest/src/main/resources/application.yml +++ b/cps/cps-rest/src/main/resources/application.yml @@ -24,6 +24,18 @@ spring: jersey:
type: filter
+# Actuator
+management:
+ endpoints:
+ web:
+ base-path: /manage
+ endpoint:
+ health:
+ show-details: always
+ # kubernetes probes: liveness and readiness
+ probes:
+ enabled: true
+
logging:
level:
org:
|