diff --git a/plugins/cvat/endoscopy/deepedit.yaml b/plugins/cvat/endoscopy/deepedit.yaml index 4af1a8211..e94aa6c19 100644 --- a/plugins/cvat/endoscopy/deepedit.yaml +++ b/plugins/cvat/endoscopy/deepedit.yaml @@ -53,6 +53,7 @@ spec: workerAvailabilityTimeoutMilliseconds: 10000 attributes: maxRequestBodySize: 33554432 # 32MB + port: 8902 resources: limits: @@ -64,3 +65,4 @@ spec: name: always maximumRetryCount: 1 mountMode: volume + network: cvat_cvat diff --git a/plugins/cvat/endoscopy/inbody.yaml b/plugins/cvat/endoscopy/inbody.yaml index de1ab18bb..aeab0cbf7 100644 --- a/plugins/cvat/endoscopy/inbody.yaml +++ b/plugins/cvat/endoscopy/inbody.yaml @@ -50,6 +50,7 @@ spec: workerAvailabilityTimeoutMilliseconds: 10000 attributes: maxRequestBodySize: 33554432 # 32MB + port: 8901 resources: limits: @@ -61,3 +62,4 @@ spec: name: always maximumRetryCount: 1 mountMode: volume + network: cvat_cvat diff --git a/plugins/cvat/endoscopy/tooltracking.yaml b/plugins/cvat/endoscopy/tooltracking.yaml index 1dc21b6ba..ef0b552fc 100644 --- a/plugins/cvat/endoscopy/tooltracking.yaml +++ b/plugins/cvat/endoscopy/tooltracking.yaml @@ -49,6 +49,7 @@ spec: workerAvailabilityTimeoutMilliseconds: 10000 attributes: maxRequestBodySize: 33554432 # 32MB + port: 8900 resources: limits: @@ -60,3 +61,4 @@ spec: name: always maximumRetryCount: 1 mountMode: volume + network: cvat_cvat