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
@@ -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