You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/06/22 14:54:08 UTC

[solr-operator] branch gh-pages updated: Backport ingress class name fix to docs

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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 7ca4b82  Backport ingress class name fix to docs
7ca4b82 is described below

commit 7ca4b8231a09b7091dda557563487d0fc4e4aeb1
Author: Houston Putman <ho...@apache.org>
AuthorDate: Wed Jun 22 10:54:04 2022 -0400

    Backport ingress class name fix to docs
---
 docs/local_tutorial.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/local_tutorial.md b/docs/local_tutorial.md
index 2816c0f..1c99102 100644
--- a/docs/local_tutorial.md
+++ b/docs/local_tutorial.md
@@ -128,7 +128,8 @@ helm install example-solr apache-solr/solr --version 0.5.1 \
   --set solrOptions.javaMemory="-Xms300m -Xmx300m" \
   --set addressability.external.method=Ingress \
   --set addressability.external.domainName="ing.local.domain" \
-  --set addressability.external.useExternalAddress="true"
+  --set addressability.external.useExternalAddress="true" \
+  --set ingressOptions.ingressClassName="nginx"
 
 # The solr-operator has created a new resource type 'solrclouds' which we can query
 # Check the status live as the deploy happens