You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/12/16 15:33:07 UTC

[GitHub] [solr-operator] HoustonPutman commented on issue #386: SolrPrometheusExporter uses wrong image.

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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org