Hi, When we deploy datahub using helm, we need to ...
# all-things-deployment
b
Hi, When we deploy datahub using helm, we need to install 2 things: 1. prerequisites 2. datahub prerequisites is installed within 5 mins datahub is not installed in 5 mins so our pipeline is failing in the production. Can you suggest a way to deploy the datahub within 5 mins?
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
o
Is 5 min a hard requirement from your internal deployment pipeline? Are you unable to configure this at all? Deployment time can vary as DataHub creates indices and tables as a part of its deployment and when upgrading can need to reindex ES mappings which can definitely take more than 5 minutes.
b
Can you suggest a way by which while deploying a datahub using helm chart, it should not take more than 5 mins...? Actually it's causing an issue for my internal deployment pipeline.Also helm by default timing is 5 mins for the deployment. So, we need to have deployment within 5 mins only.