feat: add ingress score #32
| @ -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, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user