The most recent TLAB OOM Portal deployment failed
due to the portal-db initialization being terminated
at the 5 minutes mark.
Bumping the probe initial delays even higher.
Change-Id: I6904fe7c4dd894725b7febcceab07a80e348a69e
Issue-ID: PORTAL-283
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 300
+  initialDelaySeconds: 450
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
 
 readiness:
-  initialDelaySeconds: 300
+  initialDelaySeconds: 450
   periodSeconds: 10
 
 ## Persist data to a persitent volume