新增 template 模块的部署
This commit is contained in:
@@ -457,14 +457,14 @@ spec:
|
|||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
port: 48100
|
port: 49100
|
||||||
initialDelaySeconds: 50
|
initialDelaySeconds: 50
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
port: 48100
|
port: 49100
|
||||||
initialDelaySeconds: 50
|
initialDelaySeconds: 50
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
@@ -493,6 +493,6 @@ spec:
|
|||||||
app: zt-module-template
|
app: zt-module-template
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 48100
|
port: 49100
|
||||||
targetPort: 48100
|
targetPort: 49100
|
||||||
nodePort: 30889
|
nodePort: 30889
|
||||||
|
|||||||
Reference in New Issue
Block a user