mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
lowercase Type
This commit is contained in:
parent
ce039aba08
commit
c680c033c2
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ additions:
|
|||
## Load balancer
|
||||
|
||||
If you want full control of the `Services` needed to access the ArangoDB deployment
|
||||
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`
|
||||
and create a `Service` as specified below.
|
||||
|
||||
Create a `Service` of type `LoadBalancer` or `NodePort`, depending on your
|
||||
|
|
Loading…
Reference in a new issue