1. 不再进行 demo 模块的发布
2. 新增 databus 的发布 3. 设置 ZT 仓库作为发布库
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user