Skip to content

Commit 4f4bb7e

Browse files
committed
Added loadBalancerSourceRanges to docs
1 parent 0ce87e2 commit 4f4bb7e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/Manual/Deployment/Kubernetes/DeploymentResource.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,14 @@ This setting is used when `spec.externalAccess.type` is set to `LoadBalancer` or
158158

159159
If 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

163171
This 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

255263
If 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

259276
This setting specifies the master endpoint(s) advertised by the ArangoSync SyncMasters.

0 commit comments

Comments
 (0)