1. 手动合并存在重复被合并的文件,并统一包名
This commit is contained in:
108
deployment.yaml
108
deployment.yaml
@@ -1,24 +1,24 @@
|
||||
# yudao-gateway
|
||||
# zt-gateway
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-gateway
|
||||
name: zt-gateway
|
||||
labels:
|
||||
app: yudao-gateway
|
||||
app: zt-gateway
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-gateway
|
||||
app: zt-gateway
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-gateway
|
||||
app: zt-gateway
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-gateway
|
||||
image: 172.16.46.66:10043/yudao/yudao-gateway:20250915022009
|
||||
- name: zt-gateway
|
||||
image: 172.16.46.66:10043/zt/zt-gateway:20250915022009
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -52,25 +52,25 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-gateway
|
||||
name: zt-gateway
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: yudao-gateway
|
||||
app: zt-gateway
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48080
|
||||
targetPort: 48080
|
||||
nodePort: 30081
|
||||
---
|
||||
# yudao-module-infra
|
||||
# zt-module-infra
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-infra
|
||||
name: zt-module-infra
|
||||
labels:
|
||||
app: yudao-module-infra
|
||||
app: zt-module-infra
|
||||
annotations:
|
||||
version: "20250915022009"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -79,15 +79,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-infra
|
||||
app: zt-module-infra
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-infra
|
||||
app: zt-module-infra
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-infra
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-infra:20250915022009
|
||||
- name: zt-module-infra
|
||||
image: 172.16.46.66:10043/zt/zt-module-infra:20250915022009
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -124,25 +124,25 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-infra
|
||||
name: zt-module-infra
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: yudao-module-infra
|
||||
app: zt-module-infra
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48082
|
||||
targetPort: 48082
|
||||
nodePort: 30092
|
||||
---
|
||||
# yudao-module-system
|
||||
# zt-module-system
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-system
|
||||
name: zt-module-system
|
||||
labels:
|
||||
app: yudao-module-system
|
||||
app: zt-module-system
|
||||
annotations:
|
||||
version: "20250915022009"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -151,15 +151,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-system
|
||||
app: zt-module-system
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-system
|
||||
app: zt-module-system
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-system
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-system:20250915022009
|
||||
- name: zt-module-system
|
||||
image: 172.16.46.66:10043/zt/zt-module-system:20250915022009
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -196,25 +196,25 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-system
|
||||
name: zt-module-system
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: yudao-module-system
|
||||
app: zt-module-system
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48081
|
||||
targetPort: 48081
|
||||
nodePort: 30091
|
||||
---
|
||||
# yudao-module-bpm
|
||||
# zt-module-bpm
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-bpm
|
||||
name: zt-module-bpm
|
||||
labels:
|
||||
app: yudao-module-bpm
|
||||
app: zt-module-bpm
|
||||
annotations:
|
||||
version: "20250915022009"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -223,15 +223,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-bpm
|
||||
app: zt-module-bpm
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-bpm
|
||||
app: zt-module-bpm
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-bpm
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-bpm:20250915022009
|
||||
- name: zt-module-bpm
|
||||
image: 172.16.46.66:10043/zt/zt-module-bpm:20250915022009
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -268,25 +268,25 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-bpm
|
||||
name: zt-module-bpm
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: yudao-module-bpm
|
||||
app: zt-module-bpm
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48083
|
||||
targetPort: 48083
|
||||
nodePort: 30093
|
||||
---
|
||||
# yudao-module-report
|
||||
# zt-module-report
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-report
|
||||
name: zt-module-report
|
||||
labels:
|
||||
app: yudao-module-report
|
||||
app: zt-module-report
|
||||
annotations:
|
||||
version: "20250915022009"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -295,15 +295,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-report
|
||||
app: zt-module-report
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-report
|
||||
app: zt-module-report
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-report
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-report:20250915022009
|
||||
- name: zt-module-report
|
||||
image: 172.16.46.66:10043/zt/zt-module-report:20250915022009
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -340,25 +340,25 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-report
|
||||
name: zt-module-report
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: yudao-module-report
|
||||
app: zt-module-report
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48084
|
||||
targetPort: 48084
|
||||
nodePort: 30094
|
||||
---
|
||||
# yudao-module-template
|
||||
# zt-module-template
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-template
|
||||
name: zt-module-template
|
||||
labels:
|
||||
app: yudao-module-template
|
||||
app: zt-module-template
|
||||
annotations:
|
||||
version: "20250915022009"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -367,15 +367,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-template
|
||||
app: zt-module-template
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-template
|
||||
app: zt-module-template
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-template
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-template:20250915022009
|
||||
- name: zt-module-template
|
||||
image: 172.16.46.66:10043/zt/zt-module-template:20250915022009
|
||||
resources:
|
||||
requests:
|
||||
cpu: "500m"
|
||||
@@ -394,11 +394,11 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||
name: yudao-module-template
|
||||
name: zt-module-template
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: yudao-module-template
|
||||
app: zt-module-template
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48100
|
||||
|
||||
Reference in New Issue
Block a user