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

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

commit 1be0be55c8bd5675d9f2f4ef51e9aa8c956730c2
Author: tristan-tsl <46754544+tristan-...@users.noreply.github.com>
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