diff --git a/rocketchat/manifests/app.yml b/rocketchat/manifests/app.yml
index 65946c9facac3173814ad2bf3e2c44014876c05a..23184abb4f7487b50a0d19493a632184e7667029 100644
--- a/rocketchat/manifests/app.yml
+++ b/rocketchat/manifests/app.yml
@@ -137,10 +137,12 @@ spec:
         terminationMessagePath: /dev/termination-log
         terminationMessagePolicy: File
         livenessProbe:
+          initialDelaySeconds: 90
           httpGet:
             path: /health
             port: http
         readinessProbe:
+          initialDelaySeconds: 30
           httpGet:
             path: /health
             port: http