1. 统一包名修改

This commit is contained in:
chenbowen
2025-09-22 14:53:45 +08:00
parent 0d46897482
commit 386d47fde1
692 changed files with 2132 additions and 2132 deletions

View File

@@ -1,24 +1,24 @@
# cloud-gateway
# zt-gateway
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-gateway
name: zt-gateway
labels:
app: cloud-gateway
app: zt-gateway
spec:
replicas: 1
selector:
matchLabels:
app: cloud-gateway
app: zt-gateway
template:
metadata:
labels:
app: cloud-gateway
app: zt-gateway
spec:
containers:
- name: cloud-gateway
image: 172.16.46.66:10043/cloud/cloud-gateway:VERSION_PLACEHOLDER
- name: zt-gateway
image: 172.16.46.66:10043/zt/zt-gateway:VERSION_PLACEHOLDER
imagePullPolicy: Always
env:
- name: TZ
@@ -30,25 +30,25 @@ apiVersion: v1
kind: Service
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-gateway
name: zt-gateway
spec:
type: NodePort
selector:
app: cloud-gateway
app: zt-gateway
ports:
- protocol: TCP
port: 48080
targetPort: 48080
nodePort: 30081
---
# cloud-module-infra
# zt-module-infra
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-infra
name: zt-module-infra
labels:
app: cloud-module-infra
app: zt-module-infra
annotations:
version: "VERSION_PLACEHOLDER"
description: DESC_PLACEHOLDER
@@ -57,15 +57,15 @@ spec:
replicas: 1
selector:
matchLabels:
app: cloud-module-infra
app: zt-module-infra
template:
metadata:
labels:
app: cloud-module-infra
app: zt-module-infra
spec:
containers:
- name: cloud-module-infra
image: 172.16.46.66:10043/cloud/cloud-module-infra:VERSION_PLACEHOLDER
- name: zt-module-infra
image: 172.16.46.66:10043/zt/zt-module-infra:VERSION_PLACEHOLDER
imagePullPolicy: Always
env:
- name: TZ
@@ -95,24 +95,24 @@ apiVersion: v1
kind: Service
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-infra
name: zt-module-infra
spec:
type: ClusterIP
selector:
app: cloud-module-infra
app: zt-module-infra
ports:
- protocol: TCP
port: 48082
targetPort: 48082
---
# cloud-module-system
# zt-module-system
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-system
name: zt-module-system
labels:
app: cloud-module-system
app: zt-module-system
annotations:
version: "VERSION_PLACEHOLDER"
description: DESC_PLACEHOLDER
@@ -121,15 +121,15 @@ spec:
replicas: 1
selector:
matchLabels:
app: cloud-module-system
app: zt-module-system
template:
metadata:
labels:
app: cloud-module-system
app: zt-module-system
spec:
containers:
- name: cloud-module-system
image: 172.16.46.66:10043/cloud/cloud-module-system:VERSION_PLACEHOLDER
- name: zt-module-system
image: 172.16.46.66:10043/zt/zt-module-system:VERSION_PLACEHOLDER
imagePullPolicy: Always
env:
- name: TZ
@@ -159,24 +159,24 @@ apiVersion: v1
kind: Service
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-system
name: zt-module-system
spec:
type: ClusterIP
selector:
app: cloud-module-system
app: zt-module-system
ports:
- protocol: TCP
port: 48081
targetPort: 48081
---
# cloud-module-bpm
# zt-module-bpm
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-bpm
name: zt-module-bpm
labels:
app: cloud-module-bpm
app: zt-module-bpm
annotations:
version: "VERSION_PLACEHOLDER"
description: DESC_PLACEHOLDER
@@ -185,15 +185,15 @@ spec:
replicas: 1
selector:
matchLabels:
app: cloud-module-bpm
app: zt-module-bpm
template:
metadata:
labels:
app: cloud-module-bpm
app: zt-module-bpm
spec:
containers:
- name: cloud-module-bpm
image: 172.16.46.66:10043/cloud/cloud-module-bpm:VERSION_PLACEHOLDER
- name: zt-module-bpm
image: 172.16.46.66:10043/zt/zt-module-bpm:VERSION_PLACEHOLDER
imagePullPolicy: Always
env:
- name: TZ
@@ -223,24 +223,24 @@ apiVersion: v1
kind: Service
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-bpm
name: zt-module-bpm
spec:
type: ClusterIP
selector:
app: cloud-module-bpm
app: zt-module-bpm
ports:
- protocol: TCP
port: 48083
targetPort: 48083
---
# cloud-module-report
# zt-module-report
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-report
name: zt-module-report
labels:
app: cloud-module-report
app: zt-module-report
annotations:
version: "VERSION_PLACEHOLDER"
description: DESC_PLACEHOLDER
@@ -249,15 +249,15 @@ spec:
replicas: 1
selector:
matchLabels:
app: cloud-module-report
app: zt-module-report
template:
metadata:
labels:
app: cloud-module-report
app: zt-module-report
spec:
containers:
- name: cloud-module-report
image: 172.16.46.66:10043/cloud/cloud-module-report:VERSION_PLACEHOLDER
- name: zt-module-report
image: 172.16.46.66:10043/zt/zt-module-report:VERSION_PLACEHOLDER
imagePullPolicy: Always
env:
- name: TZ
@@ -287,24 +287,24 @@ apiVersion: v1
kind: Service
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-report
name: zt-module-report
spec:
type: ClusterIP
selector:
app: cloud-module-report
app: zt-module-report
ports:
- protocol: TCP
port: 48084
targetPort: 48084
---
# cloud-module-template
# zt-module-template
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-template
name: zt-module-template
labels:
app: cloud-module-template
app: zt-module-template
annotations:
version: "VERSION_PLACEHOLDER"
description: DESC_PLACEHOLDER
@@ -313,15 +313,15 @@ spec:
replicas: 1
selector:
matchLabels:
app: cloud-module-template
app: zt-module-template
template:
metadata:
labels:
app: cloud-module-template
app: zt-module-template
spec:
containers:
- name: cloud-module-template
image: 172.16.46.66:10043/cloud/cloud-module-template:VERSION_PLACEHOLDER
- name: zt-module-template
image: 172.16.46.66:10043/zt/zt-module-template:VERSION_PLACEHOLDER
imagePullPolicy: Always
env:
- name: TZ
@@ -351,11 +351,11 @@ apiVersion: v1
kind: Service
metadata:
namespace: ns-f16a3067ca7b434aad127d15eac82503
name: cloud-module-template
name: zt-module-template
spec:
type: ClusterIP
selector:
app: cloud-module-template
app: zt-module-template
ports:
- protocol: TCP
port: 48100