I think due to high demand there is increase in price for deployment so for specifying less pricing in deploy.yml you may not get bids!
Try increasing price in your deploy.yml file…
i have updated to deploy.yml file u can check and redeploy…
Will try again in a while, but did you mean that the last deployment was successful?
Because I waited for a while but was still wasn;t able to get the image.
The deploy.yml you have has port 80 as 80, should that not be 5000 as 80, I’m running my server locally on that port.
expose:
- port: 80
as: 80
to:
- global: true
Also, any suggestion on having ‘https’ in docker image, running the site locally doesn’t have https enabled so thats why when the migration of that to akash cloud is going to http link.
But, the certificate is enable for that domain so when I actually go that site it an https:
Not sure if we first need to enable https on docker image and then migrate or if we switch the current Domain to point to the akash uri instead of our localhost that would solve the issue?
for https you should use custom link which can be linked to your akash uri through cloudflare: In you docker image i saw you expose port 8000 thats why i recommend using 80…
Next step was to create ssl/https going via cloudflare.
I went to cloudflare and created two nameservers: mary.ns.cloudflare.com and julio.ns.cloudflare.com
i added these entries under nameservers under custom DNS in namecheap for the domain, now I can get to site as https:// but it says “404 Not Found”
I did change the accept parameter in deploy.yml to the new domain name from what it was earlier.
updated and uploaded it via the deploy.yml which was successful,
So akash website works fine at it orignal URI.
http also worked ok when there was only URL redirects.
But after I did the cloudflare setting for nameserver it doesn’t seem to work, does it take more time or its something else you think?
Infact was trying another deployment with an image which was running locally on port 9090.
So I was able to push the docker image created to dockerhub(tushcrypteddocker/dacmtest:latest (image ID-d3c8676e533f).
And further to akash, the process of creating deployment, getting BIDS, confirming lease, and uploading the manifest file was all good.
We got a3cm7k8utp9dl6357eokpp3dig.ingress.provider-2.prod.ewr1.akash.pub as the URL.
but when we go to that it says Bad gateway error 503, any idea what can the the issue?