Skip to content

Commit

Permalink
Merge pull request #307 from it-at-m/maint/306-maintenance-update-hea…
Browse files Browse the repository at this point in the history
…lth-check-configuration-to-respect-liveness-and-readiness-check

🔧 Added additional health check configuration
  • Loading branch information
devtobi authored Dec 5, 2024
2 parents 479da4b + bfe5bff commit 7fc5e2e
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 7fc5e2e

Please sign in to comment.