Skip to content
Snippets Groups Projects
Commit 70cc12d4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4453 enable spring health checks

parent 9c7f4852
No related branches found
No related tags found
No related merge requests found
...@@ -7,3 +7,26 @@ ozgcloud: ...@@ -7,3 +7,26 @@ ozgcloud:
host: https://ozg-search-cluster-es-http host: https://ozg-search-cluster-es-http
address: ozg-search-cluster-es-http.elastic-system address: ozg-search-cluster-es-http.elastic-system
port: 9200 port: 9200
management:
server:
port: 8081
health:
livenessState:
enabled: true
readinessState:
enabled: true
endpoint:
health:
group:
exploratory:
include: livenessState,readinessState,ping
show-details: always
probes:
enabled: true
prometheus:
enabled: true
endpoints:
web:
exposure:
include: "*"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment