thelabdude opened a new issue #268: URL: https://github.com/apache/solr-operator/issues/268
Currently, the operator doesn't support TLS termination at the Ingress. Users can configure TLS all the way through from Ingress to Solr pods and between them. This would be an easy enhancement, but requires adding a field to the `solrAddressability.external` struct to hold the TLS secret name so that we can configure the Ingess with: ``` spec: tls: - hosts: - foo.bar.com # This assumes tls-secret exists and the SSL # certificate contains a CN for foo.bar.com secretName: tls-secret ``` see: https://kubernetes.github.io/ingress-nginx/examples/tls-termination/ In the meantime, users will need to create their own Ingress instead of using the one created by the operator. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org