Skip to content

Commit

Permalink
Merge pull request #17206 from pdelaby/fix-health-group-conf
Browse files Browse the repository at this point in the history
Fixes spring liveness and readiness probes configuration
  • Loading branch information
pascalgrimaud authored Dec 3, 2021
2 parents 58d7846 + a517e11 commit 1fce0c7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ management:
roles: "ROLE_ADMIN"
probes:
enabled: true
group:
liveness:
include: livenessState
readiness:
include: readinessState<% if (databaseTypeSql) { %>,db<% } %>
jhimetrics:
enabled: true
info:
git:
mode: full
health:
group:
liveness:
include: livenessState
readiness:
include: readinessState<% if (databaseTypeSql) { %>,db<% } %>
mail:
enabled: false # When using the MailService, configure an SMTP server and set this to true
metrics:
Expand Down

0 comments on commit 1fce0c7

Please sign in to comment.