File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
docs/Manual/Deployment/Kubernetes Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,14 @@ This setting is used when `spec.externalAccess.type` is set to `LoadBalancer` or
158158
159159If you do not specify this setting, an IP will be chosen automatically by the load-balancer provisioner.
160160
161+ # ## `spec.externalAccess.loadBalancerSourceRanges: []string`
162+
163+ If specified and supported by the platform (cloud provider), this will restrict traffic through the cloud-provider
164+ load-balancer will be restricted to the specified client IPs. This field will be ignored if the
165+ cloud-provider does not support the feature.
166+
167+ More info : https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
168+
161169# ## `spec.externalAccess.nodePort: int`
162170
163171This setting specifies the port used to expose the ArangoDB deployment on.
@@ -254,6 +262,15 @@ This setting is used when `spec.sync.externalAccess.type` is set to `NodePort` o
254262
255263If you do not specify this setting, a random port will be chosen automatically.
256264
265+ # ## `spec.sync.externalAccess.loadBalancerSourceRanges: []string`
266+
267+ If specified and supported by the platform (cloud provider), this will restrict traffic through the cloud-provider
268+ load-balancer will be restricted to the specified client IPs. This field will be ignored if the
269+ cloud-provider does not support the feature.
270+
271+ More info : https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
272+
273+
257274# ## `spec.sync.externalAccess.masterEndpoint: []string`
258275
259276This setting specifies the master endpoint(s) advertised by the ArangoSync SyncMasters.
You can’t perform that action at this time.
0 commit comments