HoustonPutman commented on issue #386:
URL: https://github.com/apache/solr-operator/issues/386#issuecomment-995926759


   You will need to configure your `SolrPrometheusExporter` `image` and 
`serviceAccountName` separately. This can be done as shown below:
   
   ```yaml
   apiVersion: solr.apache.org/v1beta1
   kind: SolrPrometheusExporter
   metadata:
     name: SolrCloud-prom-exporter
     namespace: xxxx
     annotations:
       argocd.argoproj.io/sync-wave: "2"
   spec:
     customKubeOptions:
       podOptions:
         resources:
           requests:
             cpu: 300m
             memory: 300m
         serviceAccountName: <serviceAccount>
     solrReference:
       cloud:
         name: xxxxxxx
     image:
       tag: 8.8.0
     numThreads: 6
   ```


-- 
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]

Reply via email to