Skip to content

Commit

Permalink
DTSPO-15623 updating health check group (#561)
Browse files Browse the repository at this point in the history
* Update application.yaml

* Update application.yaml

* Update src/main/resources/application.yaml

Co-authored-by: Tim Jacomb <[email protected]>

* Update application.yaml

---------

Co-authored-by: Tim Jacomb <[email protected]>
  • Loading branch information
Tyler-35 and timja authored Dec 6, 2023
1 parent e3510b1 commit 4444115
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
server:
port: 4550

# If you use a database then uncomment the `include: db` line in the health probes and uncomment the datasource section
management:
endpoint:
health:
show-details: "always"
group:
db:
include: "db"
validate-group-membership: false
# group:
# liveness:
# include: "db"
endpoints:
web:
base-path: /
Expand All @@ -19,7 +19,6 @@ springdoc:
packagesToScan: uk.gov.hmcts.reform.demo.controllers
writer-with-order-by-keys: true

#If you use a database then uncomment below lines and update db properties accordingly
spring:
config:
import: "optional:configtree:/mnt/secrets/rpe/"
Expand Down

0 comments on commit 4444115

Please sign in to comment.