thelabdude commented on pull request #24: URL: https://github.com/apache/solr-site/pull/24#issuecomment-834391223
The cert-manager defines the `acme-letsencrypt-issuer-pk` secret, here's a good explanation from one of cert-manager's main contributors: https://github.com/jetstack/cert-manager/issues/1751#issuecomment-499548453 Yes, you can do TLS termination at the Ingress, see: https://kubernetes.github.io/ingress-nginx/examples/tls-termination/ However, the Solr operator doesn't let you set the `tls.secretName` field in the YAML. So you'd have to work-around this by defining your own Ingress for Solr vs. using the one created by the operator. It's a limitation we should fix in `0.4.0` since it would require a change to the CRD definition. -- 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