File tree 1 file changed +25
-0
lines changed
helm/payment-hub-barebone
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,28 @@ ph-ee-engine:
20
20
enabled : true
21
21
replicas : 1
22
22
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
+
23
45
kibana :
24
46
enabled : true
25
47
@@ -59,3 +81,6 @@ ph-ee-engine:
59
81
60
82
ph_ee_identity :
61
83
hostname : " barebone-identity.mifos.io"
84
+
85
+ ph_ee_connector_gsma :
86
+ SPRING_PROFILES_ACTIVE : " bb"
You can’t perform that action at this time.
0 commit comments