test: extend deploy json drift contract to decision center

This commit is contained in:
Codex
2026-05-21 14:12:50 +00:00
parent dff355c5a4
commit f12fd2fb58
7 changed files with 182 additions and 83 deletions
+3
View File
@@ -1042,6 +1042,9 @@ function deployJsonExecutorMirrors(
containerPort: serviceConfig.backend.nodePort,
servicePort: serviceConfig.backend.nodePort,
healthPath: serviceConfig.backend.healthPath,
health: service.runtime?.health === undefined ? undefined : {
deployMetadataRequired: true,
},
},
});
const manifestMirror = k3sManifestExecutorMirror(service);