Use modern rancher lb image and fix port map.
This commit is contained in:
parent
395c15c72f
commit
d16edb7b5c
@ -108,9 +108,9 @@ services:
|
|||||||
io.rancher.container.hostname_override: container_name
|
io.rancher.container.hostname_override: container_name
|
||||||
{{- end}}
|
{{- end}}
|
||||||
lb:
|
lb:
|
||||||
image: rancher/load-balancer-service
|
image: rancher/lb-service-haproxy:v0.6.4
|
||||||
ports:
|
ports:
|
||||||
- ${host_port}:8000/tcp
|
- ${host_port}:${host_port}
|
||||||
links:
|
links:
|
||||||
- server:server
|
- server:server
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user