nicholaswilde / helm-charts

My collection of Helm charts.
https://artifacthub.io/packages/search?repo=nicholaswilde
Apache License 2.0
70 stars 32 forks source link

Gateway Timeout helm kanboard #2

Closed tipsandtoolscoaching closed 3 years ago

tipsandtoolscoaching commented 3 years ago

Hi

When I use from outside cluster the url http://kanboard.192.168.1.203.nip.io/ in the web explorer show me the following error:

Gateway Timeout Server error - server 192.168.1.203 is unreachable at this moment.

Please retry the request or contact your administrator.

I have kubernetes nginx with load balancer metallb and my cluster is onpremise with version 1.18.10

nicholaswilde commented 3 years ago

Make sure the IP address of your ingress controller matches the nip.io IP address.

tipsandtoolscoaching commented 3 years ago

Hi Thanks!