Skip to content

Commit

Permalink
🔧 Added additional health check configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devtobi committed Dec 5, 2024
1 parent 479da4b commit bfe5bff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions refarch-gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ management:
info:
env:
enabled: true
health:
livenessstate:
enabled: true
readinessstate:
enabled: true

info:
application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ management:
health.enabled: true
info.enabled: true
prometheus.enabled: true
info:
env:
enabled: true
health:
livenessstate:
enabled: true
readinessstate:
enabled: true

0 comments on commit bfe5bff

Please sign in to comment.