From 5ff76a09574ce915c154910a150b91b061c4d5e5 Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Mon, 30 Jun 2025 13:46:46 +0000 Subject: [PATCH] Updated hermione-deployment.yaml --- manifests/hermione-deployment.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: