chore(work): test rabbitmq message topology operator
This commit is contained in:
parent
807798946f
commit
c3ea681f33
8 changed files with 68 additions and 0 deletions
13
apps/rabbitmq-service/base/queue.yaml
Normal file
13
apps/rabbitmq-service/base/queue.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: rabbitmq.com/v1beta1
|
||||
kind: Queue
|
||||
metadata:
|
||||
name: test # name of this custom resource; does not have to the same as the actual queue name
|
||||
spec:
|
||||
name: test-queue # name of the queue
|
||||
vhost: "/test-work-vhost"
|
||||
type: quorum
|
||||
autoDelete: true
|
||||
durable: true
|
||||
rabbitmqClusterReference:
|
||||
name: rabbitmq-main
|
||||
namespace: work-rabbitmq-clusters
|
||||
Loading…
Add table
Add a link
Reference in a new issue