Camunda8 deployment in AWS EKS

I am trying to deploy camunda 8 in EKS with the help of Helm chart . Do i need to create 2 ingress controller before hand and replace the below 2 value ?
host: “camunda.example.com
host: “zeebe.camunda.example.com

Do i need to create 2 ingress in the same k8s namespace ? Can any one have script to create 2 ingress ? I am using the below script but that create only one endpoint and if i run another instance ,it just crash . How do i create 2 ingress , pls guide.

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.2.1/deploy/static/provider/cloud/deploy.yaml