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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]