test: extend deploy json drift contract to decision center
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user