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 966fd757bc - Show all commits

View File

@ -137,7 +137,11 @@ impl<T: Topology + K8sclient + HelmCommand> Interpret<T> for LAMPInterpret {
let lamp_ingress = K8sIngressScore {
name: fqdn!("lamp-ingress"),
host: fqdn!("test"),
backend_service: fqdn!("test"),
backend_service: fqdn!(
<LAMPScore as Score<T>>::name(&self.score)
.to_case(Case::Kebab)
.as_str()
),
port: 8080,
path: None,
path_type: None,