We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce039ab commit c680c03Copy full SHA for c680c03
docs/Manual/Deployment/Kubernetes/ServicesAndLoadBalancer.md
@@ -72,7 +72,7 @@ additions:
72
## Load balancer
73
74
If you want full control of the `Services` needed to access the ArangoDB deployment
75
-from outside your Kubernetes cluster, set `spec.externalAccess.Type` of the `ArangoDeployment` to `None`
+from outside your Kubernetes cluster, set `spec.externalAccess.type` of the `ArangoDeployment` to `None`
76
and create a `Service` as specified below.
77
78
Create a `Service` of type `LoadBalancer` or `NodePort`, depending on your
0 commit comments