feat: add ingress score #32
| @ -137,7 +137,11 @@ impl<T: Topology + K8sclient + HelmCommand> Interpret<T> for LAMPInterpret { | |||||||
|         let lamp_ingress = K8sIngressScore { |         let lamp_ingress = K8sIngressScore { | ||||||
|             name: fqdn!("lamp-ingress"), |             name: fqdn!("lamp-ingress"), | ||||||
|             host: fqdn!("test"), |             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, |             port: 8080, | ||||||
|             path: None, |             path: None, | ||||||
|             path_type: None, |             path_type: None, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user