fix(integrations): разворачивать CNAME до IP при sync в VPS Tracker
CNAME-bindings отдавали пустой ips[]; теперь IP берутся из локальной цепочки bindings, DNS resolve4 или IP сервиса — чтобы vps-tracker мог матчить домен к VPS. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Vendored
+1
@@ -78,6 +78,7 @@ interface ServiceBindingView {
|
||||
target_ips: string[];
|
||||
target_ip_weights: Record<string, number>;
|
||||
target_ip_priorities: Record<string, number>;
|
||||
cname_target: string | null;
|
||||
lb_mode: LbMode;
|
||||
health_check_enabled: boolean;
|
||||
health_check_type: HealthCheckType;
|
||||
|
||||
Reference in New Issue
Block a user