Skip to content

Commit

Permalink
Merge pull request #1727 from hmcts/DTSAM-94_Enable_Readiness_Liveness
Browse files Browse the repository at this point in the history
DTSAM-94 Review Health Checks with New Guidance - health probes enabl…
  • Loading branch information
mikebrownccd authored Jan 29, 2024
2 parents 8447192 + a4c9eee commit a9359c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ management:
health:
defaults:
enabled: true
probes:
enabled: true
endpoint:
health:
enabled: true
cache:
time-to-live: 5s
show-details: "always"
group:
readiness:
include: "db"
security:
enabled: true
endpoints:
Expand Down

0 comments on commit a9359c0

Please sign in to comment.