fix(pre-deploy): exclude hook containers from caddy and dns controllers

This commit is contained in:
Pasha Sviderski
2026-04-08 19:16:42 +10:00
parent 1930bb5766
commit e96cce88c1
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -72,6 +72,9 @@ func (r *ClusterResolver) updateServiceIPs(containers []store.ContainerRecord) {
containersCount := 0
for _, record := range containers {
if record.Container.IsHook() {
continue
}
if !record.Container.Healthy() {
continue
}