Skip to content

Commit 41d0695

Browse files
authored
[FIX] values.yaml - fix whitespace (#4)
1 parent b93a60b commit 41d0695

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: helm/payment-hub-barebone/values.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ ph-ee-engine:
2323
#Single Node Solution
2424
clusterHealthCheckParams: "wait_for_status=yellow&timeout=100s"
2525
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
3737

3838
esConfig:
3939
elasticsearch.yml: |

0 commit comments

Comments
 (0)