fuel-ccp-rabbitmq/service/rabbitmq.yaml

24 lines
490 B
YAML

service:
name: rabbitmq
ports:
- rabbitmq_port
containers:
- name: rabbitmq
image: rabbitmq
probes:
readiness: "true"
liveness: "true"
daemon:
files:
- rabbitmq-conf
- erlang-cookie
command: rabbitmq-server
files:
rabbitmq-conf:
path: /etc/rabbitmq/rabbitmq.config
content: rabbitmq.config.j2
erlang-cookie:
path: /var/lib/rabbitmq/.erlang.cookie
content: erlang.cookie
perm: "400"