Updated hermione-deployment.yaml

This commit is contained in:
Andrea Terzani
2025-06-30 13:46:46 +00:00
parent 3e7c3f4788
commit 5ff76a0957

View File

@@ -22,7 +22,16 @@ spec:
image: olympusreg.azurecr.io/hermione:a843dee4
env:
- name: DEFAULT_CONNECTION_IDLE_TIMEOUT
value: "300"
value: '300'
- name: AZURE_REQUEST_CONNECT_TIMEOUT
value: '300000'
- name: AZURE_REQUEST_WRITE_TIMEOUT
value: '300000'
- name: AZURE_REQUEST_RESPONSE_TIMEOUT
value: '300000'
- name: AZURE_REQUEST_READ_TIMEOUT
value: '300000'
- name: FILE_UPLOAD_DIR
value: /mnt/hermione_storage/hermione/file_input_scenarios/
volumeMounts: