@norskvideo/ctl-test-harness 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/container-net.js +2 -4
- package/package.json +1 -1
package/container-net.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
// Reach launched product instances by their norsk-net service DNS instead of a
|
|
2
|
-
// host-published port.
|
|
3
|
-
// release gate trips on.
|
|
4
|
-
// integration harnesses (studioApiBase / mediaHttpBase / srtEgressUrl /
|
|
5
|
-
// studioBaseFrom); commentary's WHIP path already reaches media directly.
|
|
2
|
+
// host-published port. PROTOTYPE for dissolving the cross-product host-port
|
|
3
|
+
// collision the release gate trips on.
|
|
6
4
|
//
|
|
7
5
|
// WHY host ports collide: in the docker-outside-of-docker CI runner the test
|
|
8
6
|
// process is itself a container and studio/media run as HOST-sibling containers,
|