This commit is contained in:
@@ -141,7 +141,7 @@ livenessProbe:
|
|||||||
path: /ping
|
path: /ping
|
||||||
port: 8000
|
port: 8000
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 50
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
@@ -151,7 +151,7 @@ readinessProbe:
|
|||||||
path: /ping
|
path: /ping
|
||||||
port: 8000
|
port: 8000
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user