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

update alertmanager service name and hardcode namespaces for now #12

Closed pb82 closed 5 years ago

pb82 commented 5 years ago

Two fixes:

  1. The name of the alertmanager in the Prometheus resource must match the alertmanager service
  2. Hardcode the middleware namespaces for now until we can verify the prometheus operator watching all namespaces
aidenkeating commented 5 years ago

👀