Skip to content

Commit

Permalink
modify endoscopy plugin yml to support windows network (#1113)
Browse files Browse the repository at this point in the history
Signed-off-by: tangy5 <yucheng.tang@vanderbilt.edu>

Signed-off-by: tangy5 <yucheng.tang@vanderbilt.edu>
  • Loading branch information
tangy5 committed Nov 3, 2022
1 parent be88d3e commit 91c48c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/cvat/endoscopy/deepedit.yaml
Expand Up @@ -53,6 +53,7 @@ spec:
workerAvailabilityTimeoutMilliseconds: 10000
attributes:
maxRequestBodySize: 33554432 # 32MB
port: 8902

resources:
limits:
Expand All @@ -64,3 +65,4 @@ spec:
name: always
maximumRetryCount: 1
mountMode: volume
network: cvat_cvat
2 changes: 2 additions & 0 deletions plugins/cvat/endoscopy/inbody.yaml
Expand Up @@ -50,6 +50,7 @@ spec:
workerAvailabilityTimeoutMilliseconds: 10000
attributes:
maxRequestBodySize: 33554432 # 32MB
port: 8901

resources:
limits:
Expand All @@ -61,3 +62,4 @@ spec:
name: always
maximumRetryCount: 1
mountMode: volume
network: cvat_cvat
2 changes: 2 additions & 0 deletions plugins/cvat/endoscopy/tooltracking.yaml
Expand Up @@ -49,6 +49,7 @@ spec:
workerAvailabilityTimeoutMilliseconds: 10000
attributes:
maxRequestBodySize: 33554432 # 32MB
port: 8900

resources:
limits:
Expand All @@ -60,3 +61,4 @@ spec:
name: always
maximumRetryCount: 1
mountMode: volume
network: cvat_cvat

0 comments on commit 91c48c4

Please sign in to comment.