@@ -2987,15 +2987,15 @@ Possible Values:
2987
2987
2988
2988
# ## .spec.externalAccess.advertisedEndpoint
2989
2989
2990
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L58 )</sup>
2990
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L59 )</sup>
2991
2991
2992
2992
AdvertisedEndpoint is passed to the coordinators/single servers for advertising a specific endpoint
2993
2993
2994
2994
***
2995
2995
2996
2996
# ## .spec.externalAccess.loadBalancerIP
2997
2997
2998
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L48 )</sup>
2998
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L49 )</sup>
2999
2999
3000
3000
LoadBalancerIP define optional IP used to configure a load-balancer on, in case of Auto or LoadBalancer type.
3001
3001
If you do not specify this setting, an IP will be chosen automatically by the load-balancer provisioner.
@@ -3004,7 +3004,7 @@ If you do not specify this setting, an IP will be chosen automatically by the lo
3004
3004
3005
3005
# ## .spec.externalAccess.loadBalancerSourceRanges
3006
3006
3007
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L55 )</sup>
3007
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L56 )</sup>
3008
3008
3009
3009
LoadBalancerSourceRanges define LoadBalancerSourceRanges used for LoadBalancer Service type
3010
3010
If specified and supported by the platform, this will restrict traffic through the cloud-provider
@@ -3018,7 +3018,7 @@ Links:
3018
3018
3019
3019
# ## .spec.externalAccess.managedServiceNames
3020
3020
3021
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L62 )</sup>
3021
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L63 )</sup>
3022
3022
3023
3023
ManagedServiceNames keeps names of services which are not managed by KubeArangoDB.
3024
3024
It is only relevant when type of service is `managed`.
@@ -3027,7 +3027,7 @@ It is only relevant when type of service is `managed`.
3027
3027
3028
3028
# ## .spec.externalAccess.nodePort
3029
3029
3030
- Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L44 )</sup>
3030
+ Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L45 )</sup>
3031
3031
3032
3032
NodePort define optional port used in case of Auto or NodePort type.
3033
3033
This setting is used when `spec.externalAccess.type` is set to `NodePort` or `Auto`.
@@ -3037,7 +3037,7 @@ If you do not specify this setting, a random port will be chosen automatically.
3037
3037
3038
3038
# ## .spec.externalAccess.type
3039
3039
3040
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L39 )</sup>
3040
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L40 )</sup>
3041
3041
3042
3042
Type specifies the type of Service that will be created to provide access to the ArangoDB deployment from outside the Kubernetes cluster.
3043
3043
@@ -3046,6 +3046,7 @@ Possible Values:
3046
3046
* `"None"` - limit access to application running inside the Kubernetes cluster.
3047
3047
* `"LoadBalancer"` - Create a Service of type LoadBalancer for the ArangoDB deployment.
3048
3048
* `"NodePort"` - Create a Service of type NodePort for the ArangoDB deployment.
3049
+ * `"Managed"` - Manages only existing services.
3049
3050
3050
3051
***
3051
3052
@@ -5764,15 +5765,15 @@ Links:
5764
5765
5765
5766
# ## .spec.sync.externalAccess.advertisedEndpoint
5766
5767
5767
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L58 )</sup>
5768
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L59 )</sup>
5768
5769
5769
5770
AdvertisedEndpoint is passed to the coordinators/single servers for advertising a specific endpoint
5770
5771
5771
5772
***
5772
5773
5773
5774
# ## .spec.sync.externalAccess.loadBalancerIP
5774
5775
5775
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L48 )</sup>
5776
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L49 )</sup>
5776
5777
5777
5778
LoadBalancerIP define optional IP used to configure a load-balancer on, in case of Auto or LoadBalancer type.
5778
5779
If you do not specify this setting, an IP will be chosen automatically by the load-balancer provisioner.
@@ -5781,7 +5782,7 @@ If you do not specify this setting, an IP will be chosen automatically by the lo
5781
5782
5782
5783
# ## .spec.sync.externalAccess.loadBalancerSourceRanges
5783
5784
5784
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L55 )</sup>
5785
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L56 )</sup>
5785
5786
5786
5787
LoadBalancerSourceRanges define LoadBalancerSourceRanges used for LoadBalancer Service type
5787
5788
If specified and supported by the platform, this will restrict traffic through the cloud-provider
@@ -5795,7 +5796,7 @@ Links:
5795
5796
5796
5797
# ## .spec.sync.externalAccess.managedServiceNames
5797
5798
5798
- Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L62 )</sup>
5799
+ Type : ` array` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L63 )</sup>
5799
5800
5800
5801
ManagedServiceNames keeps names of services which are not managed by KubeArangoDB.
5801
5802
It is only relevant when type of service is `managed`.
@@ -5815,7 +5816,7 @@ If not set, this setting defaults to:
5815
5816
5816
5817
# ## .spec.sync.externalAccess.nodePort
5817
5818
5818
- Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L44 )</sup>
5819
+ Type : ` integer` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L45 )</sup>
5819
5820
5820
5821
NodePort define optional port used in case of Auto or NodePort type.
5821
5822
This setting is used when `spec.externalAccess.type` is set to `NodePort` or `Auto`.
@@ -5825,7 +5826,7 @@ If you do not specify this setting, a random port will be chosen automatically.
5825
5826
5826
5827
# ## .spec.sync.externalAccess.type
5827
5828
5828
- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L39 )</sup>
5829
+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.44/pkg/apis/deployment/v1/external_access_spec.go#L40 )</sup>
5829
5830
5830
5831
Type specifies the type of Service that will be created to provide access to the ArangoDB deployment from outside the Kubernetes cluster.
5831
5832
@@ -5834,6 +5835,7 @@ Possible Values:
5834
5835
* `"None"` - limit access to application running inside the Kubernetes cluster.
5835
5836
* `"LoadBalancer"` - Create a Service of type LoadBalancer for the ArangoDB deployment.
5836
5837
* `"NodePort"` - Create a Service of type NodePort for the ArangoDB deployment.
5838
+ * `"Managed"` - Manages only existing services.
5837
5839
5838
5840
***
5839
5841
0 commit comments