Merge branch 'dev' into test

This commit is contained in:
chenbowen
2025-12-03 18:49:52 +08:00

View File

@@ -457,14 +457,14 @@ spec:
readinessProbe:
httpGet:
path: /actuator/health
port: 48100
port: 49100
initialDelaySeconds: 50
periodSeconds: 5
failureThreshold: 3
livenessProbe:
httpGet:
path: /actuator/health
port: 48100
port: 49100
initialDelaySeconds: 50
periodSeconds: 10
failureThreshold: 5
@@ -493,6 +493,6 @@ spec:
app: zt-module-template
ports:
- protocol: TCP
port: 48100
targetPort: 48100
port: 49100
targetPort: 49100
nodePort: 30889