Skip to content

Commit b93a60b

Browse files
Merge pull request #2 from SubhamPramanik/labs-im
ES Single Node specific config
2 parents 7fb278c + 0e7769b commit b93a60b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

helm/payment-hub-barebone/values.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,28 @@ ph-ee-engine:
2020
enabled: true
2121
replicas: 1
2222

23+
#Single Node Solution
24+
clusterHealthCheckParams: "wait_for_status=yellow&timeout=100s"
25+
master:
26+
readinessProbe:
27+
httpGet:
28+
path: /_cluster/health?wait_for_status=yellow&timeout=5s
29+
port: 9200
30+
initialDelaySeconds: 30
31+
data:
32+
readinessProbe:
33+
httpGet:
34+
path: /_cluster/health?wait_for_status=yellow&timeout=5s
35+
port: 9200
36+
initialDelaySeconds: 30
37+
38+
esConfig:
39+
elasticsearch.yml: |
40+
discovery:
41+
type: single-node
42+
seed_hosts: ""
43+
44+
2345
kibana:
2446
enabled: true
2547

@@ -59,3 +81,6 @@ ph-ee-engine:
5981

6082
ph_ee_identity:
6183
hostname: "barebone-identity.mifos.io"
84+
85+
ph_ee_connector_gsma:
86+
SPRING_PROFILES_ACTIVE: "bb"

0 commit comments

Comments
 (0)