fix: merge existing services in load balancer config

This commit is contained in:
2025-09-01 07:39:53 -04:00
parent 62fa3c2b10
commit e9a1aa4831
5 changed files with 79 additions and 22 deletions

View File

@@ -77,7 +77,7 @@ impl YaSerializeTrait for HAProxyId {
}
}
#[derive(PartialEq, Debug)]
#[derive(PartialEq, Debug, Clone)]
pub struct HAProxyId(String);
impl Default for HAProxyId {