EddieHubCommunity / infrastructure

EddieHub apps infrastructure as code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service not reachable from the outside

eddiejaoude opened this issue · comments

Deployed apps are not reachable on the domain. For example linkfree.eddiehubcommunity.org displays

503 Service Temporarily Unavailable
nginx

But it is running and available by port forwarding locally

kubectl port-forward service/eddiehub-linkfree-service 8000:5000
Forwarding from 127.0.0.1:8000 -> 5000
Forwarding from [::1]:8000 -> 5000

It's great having you contribute to this project

Welcome to the community 🤓

If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.

@eddiejaoude is the nginx-ingress controller setup correctly with the load balancer?

if yes, check following

  • nginx-ingress controller is default or else add annotation to ingress kubernetes.io/ingress.class=your-ingress-class

Thanks @dipakparmar I will have a look 👍

@eddiejaoude should the link be:

linkfree.eddiehubcommunity

I tried it and it brings you here:
image

Let me know if this is your intent.

Thanks @kselena , do you mean this link https://linkfree.eddiehub.io/EddieHubCommunity ? yep it should go to the EddieHub LinkFree profile

I have one also http://linkfree.eddiehub.io/eddiejaoude , when are you adding your profile? You get a GitHub green square 😉

@eddiejaoude my apologies. I thought this was an issue that I could work on, but it's a bit beyond me. Sorry!