Обновить app/syntdata-test-pipe.yaml
This commit is contained in:
parent
d28de2d86e
commit
4459eaaa10
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
|
existingImageName: registry.platform-dev.stratpro.hse.ru/mm25-synthdata/synt_data_stage:c157543-test
|
||||||
inputs:
|
inputs:
|
||||||
- name: input_data
|
- name: input_data
|
||||||
path: /unip2/data/synthesize_data/input
|
path: /unip/data/synthesize_data/input
|
||||||
outputs:
|
outputs:
|
||||||
- name: report_file
|
- name: report_file
|
||||||
path: /unip2/results/synthesize_data/report
|
path: /unip/results/synthesize_data/report
|
||||||
- name: output_data
|
- name: output_data
|
||||||
path: /unip2/results/synthesize_data/output
|
path: /unip/results/synthesize_data/output
|
||||||
- name: model
|
- name: model
|
||||||
path: /unip2/results/synthesize_data/model
|
path: /unip/results/synthesize_data/model
|
||||||
resourceLimits:
|
resourceLimits:
|
||||||
cpu: "800m"
|
cpu: "800m"
|
||||||
memory: "512M"
|
memory: "512M"
|
||||||
connectedBoxes:
|
connectedBoxes:
|
||||||
- name: synthdata-box
|
- name: synthdata-box
|
||||||
path: /unip2
|
path: /unip
|
||||||
default: true
|
default: true
|
||||||
mountS3Box:
|
mountS3Box:
|
||||||
s3BoxName: synthdata-box
|
s3BoxName: synthdata-box
|
||||||
|
|
Loading…
Reference in a new issue