* Okd needs to use the cluster observability operator in order to deploy namespaced prometheuses and alertmanagers * allow namespaced deployments of alertmanager and prometheuses as well as its associated rules, etc. Co-authored-by: Ian Letourneau <ian@noma.to> Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/134 Co-authored-by: Willem <wrolleman@nationtech.io> Co-committed-by: Willem <wrolleman@nationtech.io>
16 lines
252 B
Rust
16 lines
252 B
Rust
mod endpoint;
|
|
pub mod rhob_monitoring;
|
|
pub use endpoint::*;
|
|
|
|
mod monitoring;
|
|
pub use monitoring::*;
|
|
|
|
mod continuous_delivery;
|
|
pub use continuous_delivery::*;
|
|
|
|
mod helm_argocd_score;
|
|
pub use helm_argocd_score::*;
|
|
|
|
mod argo_types;
|
|
pub use argo_types::*;
|