thomaswoeckinger commented on issue #336: URL: https://github.com/apache/solr-operator/issues/336#issuecomment-939481908
Tried various ways to configure none is working, also adding following yaml with -f as parameter did not work: ``` customSolrKubeOptions: ingressOptions: annotations: route.openshift.io/termination: passthrough ``` The created SolrCloud Object contains olny following values: ``` ... customSolrKubeOptions: podOptions: resources: {} serviceAccountName: solr ``` Modifying the created SolrCloud object to ``` ... customSolrKubeOptions: podOptions: resources: {} serviceAccountName: solr ingressOptions: annotations: route.openshift.io/termination: passthrough ``` is working correctly. So finally the issue here is i could not get the options into the SolrCloud object -- 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-unsubscr...@solr.apache.org 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