diff --git a/chart/values.yaml b/chart/values.yaml
index 9655f29aad744c9e731ff1090339a0fecf59b46a..f4508a0baf071005b5a9876c66f9a17feca716bc 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -50,14 +50,14 @@ prometheus:
   metrics: false
 livenessProbe:
   path: "/"
-  initialDelaySeconds: 15
+  initialDelaySeconds: 40
   timeoutSeconds: 15
   scheme: "HTTP"
   probeType: "httpGet"
 readinessProbe:
   path: "/"
-  initialDelaySeconds: 5
-  timeoutSeconds: 3
+  initialDelaySeconds: 30
+  timeoutSeconds: 15
   scheme: "HTTP"
   probeType: "httpGet"
 postgresql: