File tree 1 file changed +11
-11
lines changed
helm/payment-hub-barebone
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ ph-ee-engine:
23
23
# Single Node Solution
24
24
clusterHealthCheckParams : " wait_for_status=yellow&timeout=100s"
25
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
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
37
38
38
esConfig :
39
39
elasticsearch.yml : |
You can’t perform that action at this time.
0 commit comments