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

OZG-4453 enable spring health checks

parent 9c7f4852
Branches
Tags
No related merge requests found
...@@ -6,4 +6,27 @@ ozgcloud: ...@@ -6,4 +6,27 @@ ozgcloud:
secretCredentialsName: elasticsearch-credentials secretCredentialsName: elasticsearch-credentials
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
\ No newline at end of file
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