feat: add ingress score #32

Merged
taha merged 12 commits from add-ingress-score into master 2025-05-15 16:11:41 +00:00
Showing only changes of commit 223c6ffc6d - Show all commits

View File

@ -148,7 +148,7 @@ impl<T: Topology + K8sclient + HelmCommand> Interpret<T> for LAMPInterpret {
.execute(inventory, topology)
.await?;
info!("LAMP deployment_score {deployment_score:?}");
info!("LAMP lamp_ingress {lamp_ingress:?}");
Ok(Outcome::success(
"Successfully deployed LAMP Stack!".to_string(),