新增 template 模块的部署
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user