Skip to content

Commit

Permalink
Add recommendations/comments to example manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Apr 22, 2021
1 parent 9476834 commit 77a6dcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/exchanges/direct-exchange.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# More on direct exchange and other exchange types, see: https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges.
---
apiVersion: rabbitmq.com/v1alpha2
kind: Exchange
Expand Down
1 change: 1 addition & 0 deletions docs/examples/exchanges/fanout-exchange.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# More on fanout exchange and other exchange types, see: https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges.
---
apiVersion: rabbitmq.com/v1alpha2
kind: Exchange
Expand Down
2 changes: 2 additions & 0 deletions docs/examples/queues/lazy-queue.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# For more information on lazy queues, see: https://www.rabbitmq.com/lazy-queues.html.
# We recommmend configuring queues through policies to manage them in groups and be able to update queue configurations later on.
---
apiVersion: rabbitmq.com/v1alpha2
kind: Policy
Expand Down
2 changes: 2 additions & 0 deletions docs/examples/queues/quorum-queue.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# For more information about what/how to configure for quorum queues, see: https://www.rabbitmq.com/quorum-queues.html.
# We recommmend configuring queues through policies to manage them in groups and be able to update queue configurations later on.
---
apiVersion: rabbitmq.com/v1alpha2
kind: Queue
Expand Down

0 comments on commit 77a6dcf

Please sign in to comment.