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

INTLY-782 Add Prometheus Route resource #15

Closed aidenkeating closed 5 years ago

aidenkeating commented 5 years ago

Currently there is no Route created to expose the Prometheus dashboard to the end-user. This means the end-user cannot access the Prometheus dashboard.

This change adds a Route to the previously created Prometheus Service.

Verification:

aidenkeating commented 5 years ago

@pb82 @david-martin Mind taking a look?

pb82 commented 5 years ago

:eyes: