Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Liveness health indicator according to. spring-projects/spring-boot#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorin Stefan Iovita committed Jul 30, 2020
1 parent 669da8a commit bd71422
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/submission/src/test/resources/application.yaml
Expand Up @@ -43,6 +43,8 @@ management:
exposure:
include: 'health'
health:
livenessstate:
enabled: true
probes:
enabled: true

Expand All @@ -51,4 +53,4 @@ feign:
config:
default:
connect-timeout: 500
read-timeout: 500
read-timeout: 500

0 comments on commit bd71422

Please sign in to comment.