1. 不再进行 demo 模块的发布

2. 新增 databus 的发布
3. 设置 ZT 仓库作为发布库
This commit is contained in:
chenbowen
2025-10-20 10:49:15 +08:00
parent 78bc88b7a6
commit 27796ff67d
2 changed files with 10 additions and 10 deletions

View File

@@ -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