diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 1872708..09edfb6 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -103,16 +103,18 @@ spec: httpGet: path: /up port: 3000 - initialDelaySeconds: 60 + initialDelaySeconds: 600 periodSeconds: 10 timeoutSeconds: 5 + failureThreshold: 3 readinessProbe: httpGet: path: /up port: 3000 - initialDelaySeconds: 30 - periodSeconds: 5 - timeoutSeconds: 3 + initialDelaySeconds: 300 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 resources: requests: memory: "512Mi"