Skip to content
Snippets Groups Projects
Commit bb0fe03c authored by Simon Malesys's avatar Simon Malesys
Browse files

Make readiness probe instant

parent 82969b40
No related branches found
No related tags found
No related merge requests found
Pipeline #153294 passed with stages
in 7 minutes and 37 seconds
......@@ -63,9 +63,9 @@ spec:
httpGet:
path: /ready
port: 3000
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 5
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 2
failureThreshold: 5
resources:
requests:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment