From 1be0be55c8bd5675d9f2f4ef51e9aa8c956730c2 Mon Sep 17 00:00:00 2001 From: tristan-tsl <46754544+tristan-tsl@users.noreply.github.com> Date: Wed, 19 Jun 2019 20:42:37 +0800 Subject: [PATCH] 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" -- GitLab