From bd9af4a277c15546dff8f4092842c2cc50ca4ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=BA=86=E5=90=89?= <51312040@qq.com> Date: Fri, 28 May 2021 09:46:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9skywalking=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-uat | 2 +- deployment-uat.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile-uat b/Dockerfile-uat index 8d548e7..c441d3f 100644 --- a/Dockerfile-uat +++ b/Dockerfile-uat @@ -1,4 +1,4 @@ -FROM harbor.dcos.guangzhou.unicom.local/eshop/skywalking_agent_springboot_8.1.0:v1.0 +FROM harbor.dcos.guangzhou.unicom.local/eshop/jdk8_springboot_agent:v1.6 ENV LC_ALL=zh_CN.utf8 ENV LANG=zh_CN.utf8 ENV LANGUAGE=zh_CN.utf8 diff --git a/deployment-uat.yaml b/deployment-uat.yaml index 95e8e56..c778f5f 100644 --- a/deployment-uat.yaml +++ b/deployment-uat.yaml @@ -82,6 +82,8 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP + - name: SW_AGENT_COLLECTOR_BACKEND_SERVICES + value: skywalking-oap-cluster.skywalking:11800 --- kind: Service apiVersion: v1 From 0c7d019a6b49a17dbd7f0a9ea9884a27046f88f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=BA=86=E5=90=89?= <51312040@qq.com> Date: Fri, 28 May 2021 10:02:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9skywalking=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment-uat.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment-uat.yaml b/deployment-uat.yaml index c778f5f..3d2e32d 100644 --- a/deployment-uat.yaml +++ b/deployment-uat.yaml @@ -84,6 +84,8 @@ spec: fieldPath: status.podIP - name: SW_AGENT_COLLECTOR_BACKEND_SERVICES value: skywalking-oap-cluster.skywalking:11800 + - name: SW_AGENT_NAME + value: biz-service-ebtp-extend --- kind: Service apiVersion: v1