fuel-ccp-rabbitmq/service/rabbitmq.yaml

24 lines
544 B
YAML

service:
name: rabbitmq
ports:
- rabbitmq_port
container:
node-selector:
openstack-controller: "true"
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"