407 lines
9.5 KiB
YAML
407 lines
9.5 KiB
YAML
# yudao-gateway
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-gateway
|
|
labels:
|
|
app: yudao-gateway
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: yudao-gateway
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: yudao-gateway
|
|
spec:
|
|
containers:
|
|
- name: yudao-gateway
|
|
image: 172.16.46.66:10043/yudao/yudao-gateway:20250915022009
|
|
imagePullPolicy: Always
|
|
env:
|
|
- name: TZ
|
|
value: Asia/Shanghai
|
|
ports:
|
|
- containerPort: 48080
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48080
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 5
|
|
failureThreshold: 3
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48080
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 10
|
|
failureThreshold: 5
|
|
resources:
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "1024Mi"
|
|
limits:
|
|
cpu: "700m"
|
|
memory: "2048Mi"
|
|
terminationGracePeriodSeconds: 30
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-gateway
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: yudao-gateway
|
|
ports:
|
|
- protocol: TCP
|
|
port: 48080
|
|
targetPort: 48080
|
|
nodePort: 30081
|
|
---
|
|
# yudao-module-infra
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-infra
|
|
labels:
|
|
app: yudao-module-infra
|
|
annotations:
|
|
version: "20250915022009"
|
|
description: DESC_PLACEHOLDER
|
|
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:20250915022009"
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: yudao-module-infra
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: yudao-module-infra
|
|
spec:
|
|
containers:
|
|
- name: yudao-module-infra
|
|
image: 172.16.46.66:10043/yudao/yudao-module-infra:20250915022009
|
|
imagePullPolicy: Always
|
|
env:
|
|
- name: TZ
|
|
value: Asia/Shanghai
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48082
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 5
|
|
failureThreshold: 3
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48082
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 10
|
|
failureThreshold: 5
|
|
resources:
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "1024Mi"
|
|
limits:
|
|
cpu: "700m"
|
|
memory: "2048Mi"
|
|
terminationGracePeriodSeconds: 30
|
|
strategy:
|
|
type: RollingUpdate
|
|
rollingUpdate:
|
|
maxSurge: 1
|
|
maxUnavailable: 0
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-infra
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: yudao-module-infra
|
|
ports:
|
|
- protocol: TCP
|
|
port: 48082
|
|
targetPort: 48082
|
|
nodePort: 30092
|
|
---
|
|
# yudao-module-system
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-system
|
|
labels:
|
|
app: yudao-module-system
|
|
annotations:
|
|
version: "20250915022009"
|
|
description: DESC_PLACEHOLDER
|
|
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:20250915022009"
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: yudao-module-system
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: yudao-module-system
|
|
spec:
|
|
containers:
|
|
- name: yudao-module-system
|
|
image: 172.16.46.66:10043/yudao/yudao-module-system:20250915022009
|
|
imagePullPolicy: Always
|
|
env:
|
|
- name: TZ
|
|
value: Asia/Shanghai
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48081
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 5
|
|
failureThreshold: 3
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48081
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 10
|
|
failureThreshold: 5
|
|
resources:
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "1024Mi"
|
|
limits:
|
|
cpu: "700m"
|
|
memory: "2048Mi"
|
|
terminationGracePeriodSeconds: 30
|
|
strategy:
|
|
type: RollingUpdate
|
|
rollingUpdate:
|
|
maxSurge: 1
|
|
maxUnavailable: 0
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-system
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: yudao-module-system
|
|
ports:
|
|
- protocol: TCP
|
|
port: 48081
|
|
targetPort: 48081
|
|
nodePort: 30091
|
|
---
|
|
# yudao-module-bpm
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-bpm
|
|
labels:
|
|
app: yudao-module-bpm
|
|
annotations:
|
|
version: "20250915022009"
|
|
description: DESC_PLACEHOLDER
|
|
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:20250915022009"
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: yudao-module-bpm
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: yudao-module-bpm
|
|
spec:
|
|
containers:
|
|
- name: yudao-module-bpm
|
|
image: 172.16.46.66:10043/yudao/yudao-module-bpm:20250915022009
|
|
imagePullPolicy: Always
|
|
env:
|
|
- name: TZ
|
|
value: Asia/Shanghai
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48083
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 5
|
|
failureThreshold: 3
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48083
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 10
|
|
failureThreshold: 5
|
|
resources:
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "1024Mi"
|
|
limits:
|
|
cpu: "700m"
|
|
memory: "2048Mi"
|
|
terminationGracePeriodSeconds: 30
|
|
strategy:
|
|
type: RollingUpdate
|
|
rollingUpdate:
|
|
maxSurge: 1
|
|
maxUnavailable: 0
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-bpm
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: yudao-module-bpm
|
|
ports:
|
|
- protocol: TCP
|
|
port: 48083
|
|
targetPort: 48083
|
|
nodePort: 30093
|
|
---
|
|
# yudao-module-report
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-report
|
|
labels:
|
|
app: yudao-module-report
|
|
annotations:
|
|
version: "20250915022009"
|
|
description: DESC_PLACEHOLDER
|
|
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:20250915022009"
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: yudao-module-report
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: yudao-module-report
|
|
spec:
|
|
containers:
|
|
- name: yudao-module-report
|
|
image: 172.16.46.66:10043/yudao/yudao-module-report:20250915022009
|
|
imagePullPolicy: Always
|
|
env:
|
|
- name: TZ
|
|
value: Asia/Shanghai
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48084
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 5
|
|
failureThreshold: 3
|
|
livenessProbe:
|
|
httpGet:
|
|
path: /actuator/health
|
|
port: 48084
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 10
|
|
failureThreshold: 5
|
|
resources:
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "1024Mi"
|
|
limits:
|
|
cpu: "700m"
|
|
memory: "2048Mi"
|
|
terminationGracePeriodSeconds: 30
|
|
strategy:
|
|
type: RollingUpdate
|
|
rollingUpdate:
|
|
maxSurge: 1
|
|
maxUnavailable: 0
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-report
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: yudao-module-report
|
|
ports:
|
|
- protocol: TCP
|
|
port: 48084
|
|
targetPort: 48084
|
|
nodePort: 30094
|
|
---
|
|
# yudao-module-template
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-template
|
|
labels:
|
|
app: yudao-module-template
|
|
annotations:
|
|
version: "20250915022009"
|
|
description: DESC_PLACEHOLDER
|
|
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:20250915022009"
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: yudao-module-template
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: yudao-module-template
|
|
spec:
|
|
containers:
|
|
- name: yudao-module-template
|
|
image: 172.16.46.66:10043/yudao/yudao-module-template:20250915022009
|
|
resources:
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "1024Mi"
|
|
limits:
|
|
cpu: "700m"
|
|
memory: "2048Mi"
|
|
terminationGracePeriodSeconds: 30
|
|
strategy:
|
|
type: RollingUpdate
|
|
rollingUpdate:
|
|
maxSurge: 1
|
|
maxUnavailable: 0
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
name: yudao-module-template
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: yudao-module-template
|
|
ports:
|
|
- protocol: TCP
|
|
port: 48100
|
|
targetPort: 48100
|
|
nodePort: 30090
|