You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/06/15 15:51:11 UTC

[incubator-dlab] branch develop updated: [DLAB-1873] Fixed issue with bucket service config

This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6b1ed78  [DLAB-1873] Fixed issue with bucket service config
     new b7314d6  Merge remote-tracking branch 'origin/develop' into develop
6b1ed78 is described below

commit 6b1ed7820f9b9ce36d45d716941387ba6f584823
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Mon Jun 15 14:54:30 2020 +0300

    [DLAB-1873] Fixed issue with bucket service config
---
 infrastructure-provisioning/terraform/bin/deploy/provisioning.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/provisioning.yml b/infrastructure-provisioning/terraform/bin/deploy/provisioning.yml
index abbbadf..4813d4c 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/provisioning.yml
+++ b/infrastructure-provisioning/terraform/bin/deploy/provisioning.yml
@@ -67,6 +67,11 @@ provisioningService:
     timeout: 3s
     connectionTimeout: 3s
 
+bucketService:
+  jerseyClient:
+    timeout: 50m
+    connectionTimeout: 3s
+
 billingService:
   jerseyClient:
     timeout: 4m


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org