This commit is contained in:
@@ -55,16 +55,16 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 4000
|
port: 4000
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 2
|
||||||
periodSeconds: 5
|
periodSeconds: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 2
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 4000
|
port: 4000
|
||||||
initialDelaySeconds: 20
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 3
|
||||||
failureThreshold: 5
|
failureThreshold: 2
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
|
|||||||
Reference in New Issue
Block a user