fix: modified directory names to be in line with alert functions and deployment environments

This commit is contained in:
2025-06-25 16:10:45 -04:00
parent c21f3084dc
commit e16f8fa82e
10 changed files with 18 additions and 16 deletions

View File

@@ -12,5 +12,6 @@ pub mod load_balancer;
pub mod monitoring;
pub mod okd;
pub mod opnsense;
pub mod prometheus;
pub mod tenant;
pub mod tftp;

View File

@@ -1,4 +1,3 @@
pub mod alerts;
pub mod helm;
pub mod helm_prometheus_alert_score;
pub mod prometheus;

View File

@@ -0,0 +1 @@
pub mod pvc;

View File

@@ -0,0 +1,2 @@
pub mod infra;
pub mod k8s;

View File

@@ -0,0 +1 @@
pub mod alerts;