integr8ly / application-monitoring-operator

Operator for installing the Application Monitoring Stack on OpenShift (Prometheus, AlertManager, Grafana)
Apache License 2.0
30 stars 44 forks source link

🐛 Use clusterIP instead of NodePort for prometheus #13

Closed david-martin closed 5 years ago

david-martin commented 5 years ago

Fixes this error

error creating resource: Service \"prometheus-service\" is invalid: spec.ports[0].nodePort: Invalid value: 30900: provided port is already allocated

The application monitornig prometheus instance doesn't require a nodeport. It will be accessed via a route.

david-martin commented 5 years ago

@aidenkeating thanks. I'm going to merge & tag/push a new image, & update the deployment.