diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index 08e433a7b..9393dd76d 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -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