From 27796ff67d3d6d145566762936930276ae5bc65e Mon Sep 17 00:00:00 2001 From: chenbowen Date: Mon, 20 Oct 2025 10:49:15 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=B8=8D=E5=86=8D=E8=BF=9B=E8=A1=8C=20dem?= =?UTF-8?q?o=20=E6=A8=A1=E5=9D=97=E7=9A=84=E5=8F=91=E5=B8=83=202.=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=20databus=20=E7=9A=84=E5=8F=91=E5=B8=83=203.?= =?UTF-8?q?=20=E8=AE=BE=E7=BD=AE=20ZT=20=E4=BB=93=E5=BA=93=E4=BD=9C?= =?UTF-8?q?=E4=B8=BA=E5=8F=91=E5=B8=83=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 18 +++++++++--------- pom.xml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index f8f3186a..b6f14499 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -297,14 +297,14 @@ spec: port: 48084 targetPort: 48084 --- -# zt-module-template +# zt-module-databus apiVersion: apps/v1 kind: Deployment metadata: namespace: ns-f16a3067ca7b434aad127d15eac82503 - name: zt-module-template + name: zt-module-databus labels: - app: zt-module-template + app: zt-module-databus annotations: version: "VERSION_PLACEHOLDER" description: DESC_PLACEHOLDER @@ -313,15 +313,15 @@ spec: replicas: 1 selector: matchLabels: - app: zt-module-template + app: zt-module-databus template: metadata: labels: - app: zt-module-template + app: zt-module-databus spec: containers: - - name: zt-module-template - image: 172.16.46.66:10043/zt/zt-module-template:VERSION_PLACEHOLDER + - name: zt-module-databus + image: 172.16.46.66:10043/zt/zt-module-databus:VERSION_PLACEHOLDER imagePullPolicy: Always env: - name: TZ @@ -351,11 +351,11 @@ apiVersion: v1 kind: Service metadata: namespace: ns-f16a3067ca7b434aad127d15eac82503 - name: zt-module-template + name: zt-module-databus spec: type: ClusterIP selector: - app: zt-module-template + app: zt-module-databus ports: - protocol: TCP port: 48100 diff --git a/pom.xml b/pom.xml index ae6b1ece..0cd0f7ce 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ 中铜 ZStack 私服 http://172.16.46.63:30708/repository/test/ - false + true