1. 统一包名修改
This commit is contained in:
108
deployment.yaml
108
deployment.yaml
@@ -1,24 +1,24 @@
|
||||
# yudao-gateway
|
||||
# cloud-gateway
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-gateway
|
||||
name: cloud-gateway
|
||||
labels:
|
||||
app: yudao-gateway
|
||||
app: cloud-gateway
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-gateway
|
||||
app: cloud-gateway
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-gateway
|
||||
app: cloud-gateway
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-gateway
|
||||
image: 172.16.46.66:10043/yudao/yudao-gateway:VERSION_PLACEHOLDER
|
||||
- name: cloud-gateway
|
||||
image: 172.16.46.66:10043/cloud/cloud-gateway:VERSION_PLACEHOLDER
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -30,25 +30,25 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-gateway
|
||||
name: cloud-gateway
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: yudao-gateway
|
||||
app: cloud-gateway
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48080
|
||||
targetPort: 48080
|
||||
nodePort: 30081
|
||||
---
|
||||
# yudao-module-infra
|
||||
# cloud-module-infra
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-infra
|
||||
name: cloud-module-infra
|
||||
labels:
|
||||
app: yudao-module-infra
|
||||
app: cloud-module-infra
|
||||
annotations:
|
||||
version: "VERSION_PLACEHOLDER"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -57,15 +57,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-infra
|
||||
app: cloud-module-infra
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-infra
|
||||
app: cloud-module-infra
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-infra
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-infra:VERSION_PLACEHOLDER
|
||||
- name: cloud-module-infra
|
||||
image: 172.16.46.66:10043/cloud/cloud-module-infra:VERSION_PLACEHOLDER
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -95,24 +95,24 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-infra
|
||||
name: cloud-module-infra
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: yudao-module-infra
|
||||
app: cloud-module-infra
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48082
|
||||
targetPort: 48082
|
||||
---
|
||||
# yudao-module-system
|
||||
# cloud-module-system
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-system
|
||||
name: cloud-module-system
|
||||
labels:
|
||||
app: yudao-module-system
|
||||
app: cloud-module-system
|
||||
annotations:
|
||||
version: "VERSION_PLACEHOLDER"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -121,15 +121,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-system
|
||||
app: cloud-module-system
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-system
|
||||
app: cloud-module-system
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-system
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-system:VERSION_PLACEHOLDER
|
||||
- name: cloud-module-system
|
||||
image: 172.16.46.66:10043/cloud/cloud-module-system:VERSION_PLACEHOLDER
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -159,24 +159,24 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-system
|
||||
name: cloud-module-system
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: yudao-module-system
|
||||
app: cloud-module-system
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48081
|
||||
targetPort: 48081
|
||||
---
|
||||
# yudao-module-bpm
|
||||
# cloud-module-bpm
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-bpm
|
||||
name: cloud-module-bpm
|
||||
labels:
|
||||
app: yudao-module-bpm
|
||||
app: cloud-module-bpm
|
||||
annotations:
|
||||
version: "VERSION_PLACEHOLDER"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -185,15 +185,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-bpm
|
||||
app: cloud-module-bpm
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-bpm
|
||||
app: cloud-module-bpm
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-bpm
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-bpm:VERSION_PLACEHOLDER
|
||||
- name: cloud-module-bpm
|
||||
image: 172.16.46.66:10043/cloud/cloud-module-bpm:VERSION_PLACEHOLDER
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -223,24 +223,24 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-bpm
|
||||
name: cloud-module-bpm
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: yudao-module-bpm
|
||||
app: cloud-module-bpm
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48083
|
||||
targetPort: 48083
|
||||
---
|
||||
# yudao-module-report
|
||||
# cloud-module-report
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-report
|
||||
name: cloud-module-report
|
||||
labels:
|
||||
app: yudao-module-report
|
||||
app: cloud-module-report
|
||||
annotations:
|
||||
version: "VERSION_PLACEHOLDER"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -249,15 +249,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-report
|
||||
app: cloud-module-report
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-report
|
||||
app: cloud-module-report
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-report
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-report:VERSION_PLACEHOLDER
|
||||
- name: cloud-module-report
|
||||
image: 172.16.46.66:10043/cloud/cloud-module-report:VERSION_PLACEHOLDER
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -287,24 +287,24 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-report
|
||||
name: cloud-module-report
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: yudao-module-report
|
||||
app: cloud-module-report
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48084
|
||||
targetPort: 48084
|
||||
---
|
||||
# yudao-module-template
|
||||
# cloud-module-template
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-template
|
||||
name: cloud-module-template
|
||||
labels:
|
||||
app: yudao-module-template
|
||||
app: cloud-module-template
|
||||
annotations:
|
||||
version: "VERSION_PLACEHOLDER"
|
||||
description: DESC_PLACEHOLDER
|
||||
@@ -313,15 +313,15 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: yudao-module-template
|
||||
app: cloud-module-template
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: yudao-module-template
|
||||
app: cloud-module-template
|
||||
spec:
|
||||
containers:
|
||||
- name: yudao-module-template
|
||||
image: 172.16.46.66:10043/yudao/yudao-module-template:VERSION_PLACEHOLDER
|
||||
- name: cloud-module-template
|
||||
image: 172.16.46.66:10043/cloud/cloud-module-template:VERSION_PLACEHOLDER
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TZ
|
||||
@@ -351,11 +351,11 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
||||
name: yudao-module-template
|
||||
name: cloud-module-template
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: yudao-module-template
|
||||
app: cloud-module-template
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 48100
|
||||
|
||||
Reference in New Issue
Block a user