Skip to content

Commit

Permalink
Myconext: Make sure the /internal/info endpoint shows version informa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
quartje committed May 27, 2024
1 parent 66fa240 commit 8e202be
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,13 @@ management:
health:
mail:
enabled: true
info:
enabled: true
git:
mode: full
# We disable all endpoints except health for the load-balancer and info for git information.
endpoints:
web:
exposure:
include: "health,info,mappings,metrics"
base-path: "/internal"
enabled: false
health:
enabled: true
info:
enabled: true
git:
mode: full

0 comments on commit 8e202be

Please sign in to comment.