fix port type
This commit is contained in:
@@ -46,7 +46,7 @@ async fn main() {
|
||||
);
|
||||
|
||||
let service_monitor_endpoint = ServiceMonitorEndpoint {
|
||||
port: Some(80),
|
||||
port: Some("80".to_string()),
|
||||
target_port: None,
|
||||
bearer_token_file: None,
|
||||
interval: None,
|
||||
|
||||
Reference in New Issue
Block a user