Closed PumpkinSeed closed 4 years ago
I found out that the para.endpoint = "http://scoold.qa.svc.cluster.local" should be the endpoint of the para app and the para.host_url should be what I added there. So probably it's fixed. It was really hard to figure out it as a new-comer.
Thanks for the product anyway. :)
I wanted to setup a helm chart to easily deploy scoold. But, I didn't found any documentation about how can I connect to the para backend. So I start para with the following config:
Get the logs:
Then I start the scoold with the config:
With the logs:
But the wierd thing, when I ssh into the scoold's container I can wget the para:8080, so it's totally visible from the scoold container. What mistake am I doing that the scoold can't connect properly? Also is there a config to initialize the para at startup? Because I think there isn't proper backend for that:
Server is unhealthy - root app not found. Open http://localhost:8080/v1/_setup in the browser to initialize Para.
But if I want to deploy it as a helm chart I can't open a browser to initialize it.