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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 1be0be5  fix ui 6.0-GA cann't connect oap 6.0
     new f75126a  Merge pull request #16 from tristan-tsl/patch-3
1be0be5 is described below

commit 1be0be55c8bd5675d9f2f4ef51e9aa8c956730c2
Author: tristan-tsl <[email protected]>
AuthorDate: Wed Jun 19 20:42:37 2019 +0800

    fix ui 6.0-GA cann't connect oap 6.0
    
    althought the ui has default timeout value,but i fount it not work,i try to 
explicit to set timeout value,well,it work
---
 6/6.0.0-GA/ui/02-deployment.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/6/6.0.0-GA/ui/02-deployment.yml b/6/6.0.0-GA/ui/02-deployment.yml
index ff9feb3..a51809b 100644
--- a/6/6.0.0-GA/ui/02-deployment.yml
+++ b/6/6.0.0-GA/ui/02-deployment.yml
@@ -45,3 +45,5 @@ spec:
         env:
         - name:  collector.ribbon.listOfServers
           value: oap:12800
+        - name:  collector.ribbon.ReadTimeout
+          value: "20000"

Reply via email to