Skip to content

Commit e36994b

Browse files
fix[backend](healthcheck): removed springboot healthcheck to allow custom opensearch client to be used
1 parent 113d002 commit e36994b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/main/resources/config/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ management:
1616
git:
1717
mode: full
1818
health:
19+
elasticsearch:
20+
enabled: false
1921
group:
2022
liveness:
2123
include: livenessState

0 commit comments

Comments
 (0)