拆分 bpm 模块
This commit is contained in:
@@ -207,78 +207,6 @@ spec:
|
|||||||
targetPort: 48081
|
targetPort: 48081
|
||||||
nodePort: 30091
|
nodePort: 30091
|
||||||
---
|
---
|
||||||
# zt-module-bpm
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
|
||||||
name: zt-module-bpm
|
|
||||||
labels:
|
|
||||||
app: zt-module-bpm
|
|
||||||
annotations:
|
|
||||||
version: "VERSION_PLACEHOLDER"
|
|
||||||
description: DESC_PLACEHOLDER
|
|
||||||
rollout.kubernetes.io/change-cause: "DESC_PLACEHOLDER:VERSION_PLACEHOLDER"
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: zt-module-bpm
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: zt-module-bpm
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: zt-module-bpm
|
|
||||||
image: 172.16.46.66:10043/zt/zt-module-bpm:VERSION_PLACEHOLDER
|
|
||||||
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: zt-module-bpm
|
|
||||||
spec:
|
|
||||||
type: NodePort
|
|
||||||
selector:
|
|
||||||
app: zt-module-bpm
|
|
||||||
ports:
|
|
||||||
- protocol: TCP
|
|
||||||
port: 48083
|
|
||||||
targetPort: 48083
|
|
||||||
nodePort: 30093
|
|
||||||
---
|
|
||||||
# zt-module-report
|
# zt-module-report
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -16,7 +16,7 @@
|
|||||||
<!-- 各种 module 拓展 -->
|
<!-- 各种 module 拓展 -->
|
||||||
<module>zt-module-system</module>
|
<module>zt-module-system</module>
|
||||||
<module>zt-module-infra</module>
|
<module>zt-module-infra</module>
|
||||||
<module>zt-module-bpm</module>
|
<!-- <module>zt-module-bpm</module>-->
|
||||||
<module>zt-module-report</module>
|
<module>zt-module-report</module>
|
||||||
<!-- <module>zt-module-mp</module>-->
|
<!-- <module>zt-module-mp</module>-->
|
||||||
<!-- <module>zt-module-ai</module>-->
|
<!-- <module>zt-module-ai</module>-->
|
||||||
|
|||||||
Reference in New Issue
Block a user