From 2e7e41e8fc061b83dec488d3c98524b933e4e142 Mon Sep 17 00:00:00 2001 From: dyb <570956418@qq.com> Date: Tue, 5 Dec 2023 16:04:02 +0800 Subject: [PATCH 1/2] Update dubbogo.yaml --- conf/k8stest/dubbogo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/k8stest/dubbogo.yaml b/conf/k8stest/dubbogo.yaml index 5f2835a..95500ea 100644 --- a/conf/k8stest/dubbogo.yaml +++ b/conf/k8stest/dubbogo.yaml @@ -8,7 +8,7 @@ dubbo: demoZK: protocol: zookeeper timeout: 10s - address: zookeeper:2181 + address: 172.16.100.93:2181 protocols: triple: #triple name: tri From 33bdbb4a94ff26a21f1f946ed59a9b24a927e34a Mon Sep 17 00:00:00 2001 From: dyb <570956418@qq.com> Date: Tue, 5 Dec 2023 16:24:03 +0800 Subject: [PATCH 2/2] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 542b089..5535b4b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -84,7 +84,7 @@ steps: status: [ failure, success ] branch: dev network: - subnet: dnmp_default + subnet: 172.18.0.0/16 trigger: branch: - dev