You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [elasticsearch] fix values table formatting
* [elasticsearch] remove masterTerminationFix
This commit removes the `masterTerminationFix` side-car container
introduced in elastic#63 to fix slow elections issues when master node is
deleted. This workaround is no more needed since Elasticsearch 7.2.
Copy file name to clipboardexpand all lines: elasticsearch/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,7 @@ support multiple versions with minimal changes.
160
160
|`secretMounts`| Allows you easily mount a secret as a file inside the StatefulSet. Useful for mounting certificates and other secrets. See [values.yaml][] for an example |`[]`|
161
161
|`securityContext`| Allows you to set the [securityContext][] for the container | see [values.yaml][]|
162
162
|`service.annotations`|[LoadBalancer annotations][] that Kubernetes will use for the service. This will configure load balancer if `service.type` is `LoadBalancer`|`{}`|
163
+
|`service.enabled`| Enable non-headless service |`true`|
163
164
|`service.externalTrafficPolicy`| Some cloud providers allow you to specify the [LoadBalancer externalTrafficPolicy][]. Kubernetes will use this to preserve the client source IP. This will configure load balancer if `service.type` is `LoadBalancer`|`""`|
164
165
|`service.httpPortName`| The name of the http port within the service |`http`|
165
166
|`service.labelsHeadless`| Labels to be added to headless service |`{}`|
0 commit comments