apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 111 forks source link

Remove port annotation from PrometheusExporter service #539

Closed HoustonPutman closed 1 year ago

HoustonPutman commented 1 year ago

fixes #483

I think that the Prometheus server will use the port that the service has if none is provided, so this should fix any issues we are seeing.

I'd love to see someone try this out though, since its hard to test without a prometheus server already setup.