Обновить app/syntdata-test-pipe.yaml
This commit is contained in:
parent
a807a7a9d5
commit
d28de2d86e
1 changed files with 5 additions and 5 deletions
|
@ -15,20 +15,20 @@ spec:
|
|||
existingImageName: registry.platform-dev.stratpro.hse.ru/mm25-synthdata/synt_data_stage:c157543-test
|
||||
inputs:
|
||||
- name: input_data
|
||||
path: /unip/data/synthesize_data/input
|
||||
path: /unip2/data/synthesize_data/input
|
||||
outputs:
|
||||
- name: report_file
|
||||
path: /unip/results/synthesize_data/report
|
||||
path: /unip2/results/synthesize_data/report
|
||||
- name: output_data
|
||||
path: /unip/results/synthesize_data/output
|
||||
path: /unip2/results/synthesize_data/output
|
||||
- name: model
|
||||
path: /unip/results/synthesize_data/model
|
||||
path: /unip2/results/synthesize_data/model
|
||||
resourceLimits:
|
||||
cpu: "800m"
|
||||
memory: "512M"
|
||||
connectedBoxes:
|
||||
- name: synthdata-box
|
||||
path: /unip
|
||||
path: /unip2
|
||||
default: true
|
||||
mountS3Box:
|
||||
s3BoxName: synthdata-box
|
||||
|
|
Loading…
Reference in a new issue