Removed errant send block
This commit is contained in:
parent
d716887eb3
commit
7b31bc7de9
@ -4,17 +4,6 @@ services:
|
|||||||
rabbit:
|
rabbit:
|
||||||
hostname: rabbit
|
hostname: rabbit
|
||||||
image: rabbitmq:3
|
image: rabbitmq:3
|
||||||
send:
|
|
||||||
image: joshuacox/rabbitmq-tutorials
|
|
||||||
labels:
|
|
||||||
io.rancher.container.hostname_override: container_name
|
|
||||||
{{- if ne .Values.host_label ""}}
|
|
||||||
io.rancher.scheduler.affinity:host_label: ${host_label}
|
|
||||||
{{- end}}
|
|
||||||
io.rancher.container.start_once: true
|
|
||||||
environment:
|
|
||||||
- AMQ_HOST=rabbit
|
|
||||||
command: send
|
|
||||||
{{- end}}
|
{{- end}}
|
||||||
receive:
|
receive:
|
||||||
command: receive
|
command: receive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user