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
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: elasticsearch/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ support multiple versions with minimal changes.
162
162
|`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 |`[]`|
163
163
|`securityContext`| Allows you to set the [securityContext][] for the container | see [values.yaml][]|
164
164
|`service.annotations`|[LoadBalancer annotations][] that Kubernetes will use for the service. This will configure load balancer if `service.type` is `LoadBalancer`|`{}`|
165
+
|`service.enabled`| Enable non-headless service |`true`|
165
166
|`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`|`""`|
166
167
|`service.httpPortName`| The name of the http port within the service |`http`|
167
168
|`service.labelsHeadless`| Labels to be added to headless service |`{}`|
0 commit comments