diff --git a/manifests/hermione-deployment.yaml b/manifests/hermione-deployment.yaml index 6c2b120..6ff810d 100644 --- a/manifests/hermione-deployment.yaml +++ b/manifests/hermione-deployment.yaml @@ -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: