diff --git a/deployment/k3s/templates/deployments/server-deployment.yaml b/deployment/k3s/templates/deployments/server-deployment.yaml index 0cfe99663..3f0e6ceef 100644 --- a/deployment/k3s/templates/deployments/server-deployment.yaml +++ b/deployment/k3s/templates/deployments/server-deployment.yaml @@ -92,8 +92,8 @@ spec: path: /health port: http periodSeconds: 1 - initialDelaySeconds: 1 - failureThreshold: 60 + initialDelaySeconds: 20 + failureThreshold: 240 readinessProbe: httpGet: path: /health