You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/06/20 16:04:55 UTC

[GitHub] [solr-operator] kwatters commented on issue #424: Why Solr Operator local tutorial show 404 error??

kwatters commented on issue #424:
URL: https://github.com/apache/solr-operator/issues/424#issuecomment-1160622115

   Thanks @mangohero1985 
   Here's a snippet from my edited ingress yaml that might help others.
   
   `apiVersion: networking.k8s.io/v1
   kind: Ingress
   metadata:
     annotations:
       kubernetes.io/ingress.class: nginx
       nginx.ingress.kubernetes.io/backend-protocol: HTTP
   `
   
   Note that I added the "kubernetes.io/ingress.class: nginx"  under the  metadata/annotations section.
   This worked for me.  Now I can see the solr admin gui as expected.  
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org