Skip to content

Commit 91c48c4

Browse files
authored
modify endoscopy plugin yml to support windows network (#1113)
Signed-off-by: tangy5 <[email protected]> Signed-off-by: tangy5 <[email protected]>
1 parent be88d3e commit 91c48c4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

plugins/cvat/endoscopy/deepedit.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ spec:
5353
workerAvailabilityTimeoutMilliseconds: 10000
5454
attributes:
5555
maxRequestBodySize: 33554432 # 32MB
56+
port: 8902
5657

5758
resources:
5859
limits:
@@ -64,3 +65,4 @@ spec:
6465
name: always
6566
maximumRetryCount: 1
6667
mountMode: volume
68+
network: cvat_cvat

plugins/cvat/endoscopy/inbody.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ spec:
5050
workerAvailabilityTimeoutMilliseconds: 10000
5151
attributes:
5252
maxRequestBodySize: 33554432 # 32MB
53+
port: 8901
5354

5455
resources:
5556
limits:
@@ -61,3 +62,4 @@ spec:
6162
name: always
6263
maximumRetryCount: 1
6364
mountMode: volume
65+
network: cvat_cvat

plugins/cvat/endoscopy/tooltracking.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ spec:
4949
workerAvailabilityTimeoutMilliseconds: 10000
5050
attributes:
5151
maxRequestBodySize: 33554432 # 32MB
52+
port: 8900
5253

5354
resources:
5455
limits:
@@ -60,3 +61,4 @@ spec:
6061
name: always
6162
maximumRetryCount: 1
6263
mountMode: volume
64+
network: cvat_cvat

0 commit comments

Comments
 (0)