.
This commit is contained in:
@@ -29,16 +29,16 @@ spec:
|
|||||||
port: 8000
|
port: 8000
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
timeoutSecounds: 3
|
timeoutSeconds: 3
|
||||||
failureTreshold: 3
|
failureThreshold: 3
|
||||||
lifenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8000
|
port: 8000
|
||||||
initialDelaySecounds: 10
|
initialDelaySeconds: 10
|
||||||
periodSecounds: 15
|
periodSeconds: 15
|
||||||
timeoutSecounds: 3
|
timeoutSeconds: 3
|
||||||
failureTreshold: 3
|
failureThreshold: 3
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
|
|||||||
Reference in New Issue
Block a user