File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ You should get a result similar to below.
76
76
```
77
77
NAME READY STATUS RESTARTS AGE
78
78
elasticsearch-master-0 1/1 Running 0 62m
79
- elasticsearch-master-1 1/1 Running 0 62m
80
- elasticsearch-master-2 1/1 Running 0 62m
81
79
prerequisites-cp-schema-registry-cf79bfccf-kvjtv 2/2 Running 1 63m
82
80
prerequisites-kafka-0 1/1 Running 2 62m
83
81
prerequisites-mysql-0 1/1 Running 1 62m
@@ -108,8 +106,6 @@ datahub-elasticsearch-setup-job-8dz6b 0/1 Completed 0
108
106
datahub-kafka-setup-job-6blcj 0/1 Completed 0 4m40s
109
107
datahub-mysql-setup-job-b57kc 0/1 Completed 0 4m7s
110
108
elasticsearch-master-0 1/1 Running 0 97m
111
- elasticsearch-master-1 1/1 Running 0 97m
112
- elasticsearch-master-2 1/1 Running 0 97m
113
109
prerequisites-cp-schema-registry-cf79bfccf-kvjtv 2/2 Running 1 99m
114
110
prerequisites-kafka-0 1/1 Running 2 97m
115
111
prerequisites-mysql-0 1/1 Running 1 97m
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on
4
4
type : application
5
5
# This is the chart version. This version number should be incremented each time you make changes
6
6
# to the chart and its templates, including the app version.
7
- version : 0.0.14
7
+ version : 0.0.15
8
8
dependencies :
9
9
- name : elasticsearch
10
10
version : 7.17.3
Original file line number Diff line number Diff line change 2
2
# Copy this file and update to the configuration of choice
3
3
elasticsearch :
4
4
enabled : true # set this to false, if you want to provide your own ES instance.
5
- replicas : 3
5
+
6
+ # If you're running in production, set this to 3 and comment out antiAffinity below
7
+ # Or alternatively if you're running production, bring your own ElasticSearch
8
+ replicas : 1
6
9
minimumMasterNodes : 1
7
10
# Set replicas to 1 and uncomment this to allow the instance to be scheduled on
8
11
# a master node when deploying on a single node Minikube / Kind / etc cluster.
9
- # antiAffinity: "soft"
12
+ antiAffinity : " soft"
10
13
11
- # # If your running a single replica cluster add the following helm value
12
- # clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s"
14
+ # # If you are running a multi- replica cluster, comment this out
15
+ clusterHealthCheckParams : " wait_for_status=yellow&timeout=1s"
13
16
14
17
# # Shrink default JVM heap.
15
18
esJavaOpts : " -Xmx384m -Xms384m"
You can’t perform that action at this time.
0 commit comments