Install discourse with helm charts

408 Views Asked by At

I am currently installing Discourse with helm charts. I run

kubectl create ns discourse
helm install my-release bitnami/discourse --namespace discourse

Sadly, when I run it, the deployment fails, saying for the discourse container in the discourse pod has the issue

Readiness probe failed: Get "http://192.168.4.41:8080/srv/status": dial tcp 192.168.4.41:8080: connect: connection refused

Do you know how to fix that?

0

There are 0 best solutions below