增加健康检查延迟时间
This commit is contained in:
@@ -103,16 +103,18 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /up
|
path: /up
|
||||||
port: 3000
|
port: 3000
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 600
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 3
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /up
|
path: /up
|
||||||
port: 3000
|
port: 3000
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 300
|
||||||
periodSeconds: 5
|
periodSeconds: 10
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 3
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
|
|||||||
Reference in New Issue
Block a user