This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 743b867  s/his/this typo fix in solr-cloud-crd.md (#316)
743b867 is described below

commit 743b867b0043434236977e36641e189cbfa70c0b
Author: Christine Poerschke <[email protected]>
AuthorDate: Mon Aug 30 16:31:02 2021 +0100

    s/his/this typo fix in solr-cloud-crd.md (#316)
---
 docs/solr-cloud/solr-cloud-crd.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/solr-cloud/solr-cloud-crd.md 
b/docs/solr-cloud/solr-cloud-crd.md
index 6467948..243c28c 100644
--- a/docs/solr-cloud/solr-cloud-crd.md
+++ b/docs/solr-cloud/solr-cloud-crd.md
@@ -86,7 +86,7 @@ Under `SolrCloud.Spec.solrAddressability`:
   - **`useExternalAddress`** - Use the external address to advertise the 
SolrNode. If a domain name is required for the chosen external `method`, then 
the one provided in `domainName` will be used.
   - **`hideCommon`** - Do not externally expose the common service (one 
endpoint for all solr nodes).
   - **`hideNodes`** - Do not externally expose each node. (This cannot be set 
to `true` if the cloud is running across multiple kubernetes clusters)
-  - **`nodePortOverride`** - Make the Node Service(s) override the podPort. 
This is only available for the `Ingress` external method. If `hideNodes` is set 
to `true`, then this option is ignored. If provided, his port will be used to 
advertise the Solr Node. \
+  - **`nodePortOverride`** - Make the Node Service(s) override the podPort. 
This is only available for the `Ingress` external method. If `hideNodes` is set 
to `true`, then this option is ignored. If provided, this port will be used to 
advertise the Solr Node. \
   If `method: Ingress` and `hideNodes: false`, then this value defaults to 
`80` since that is the default port that ingress controllers listen on.
 
 **Note:** Unless both `external.method=Ingress` and 
`external.hideNodes=false`, a headless service will be used to make each Solr 
Node in the statefulSet addressable.

Reply via email to