diff --git a/ozgcloud-elasticsearch-operator/src/main/resources/application.yml b/ozgcloud-elasticsearch-operator/src/main/resources/application.yml index 345acebec473da1bfe624ab59652c2c31880180f..a77683fbab17a0ba87932283d2ab32128bee1627 100644 --- a/ozgcloud-elasticsearch-operator/src/main/resources/application.yml +++ b/ozgcloud-elasticsearch-operator/src/main/resources/application.yml @@ -6,4 +6,27 @@ ozgcloud: secretCredentialsName: elasticsearch-credentials host: https://ozg-search-cluster-es-http address: ozg-search-cluster-es-http.elastic-system - port: 9200 \ No newline at end of file + 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