Hi there,
running Rancher v 1.1.1 on 4 Hosts (1 Rancher + 3 Servers to run the containers on).
I have a couple of services running and its all great
I am also running Drone and I was trying to get Drone/Wall to run as well.
So I created a new service inside the Drone Stack.
So my Drone stack looks like this:
- Drone-Server + 3 Sidekicks = running on Port 8000
- Drone-Wall = running on Port 80
Now I added a load balancer listening on port 80.
Inside the targets I specified the following:
- drone.domain.com > 80 > “” > drone-server > 8000
- drone.domain.com > 80 > “/wall” > drone-wall > 80
Now when I browse to drone.domain.com I see the Drone CI. But when I browse to drone.domain.com/wall I see a 404 page (probably coming from Drone Server).
Did I miss anything?
Thanks
br
Georges