From 48db154cc5cccdd6f1703f639fcfbe04d9366bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20P=C3=A9rez=20Cedres?= <1515757+Zerpet@users.noreply.github.com> Date: Mon, 5 May 2025 14:04:59 +0100 Subject: [PATCH] Create vhost limits example --- docs/examples/vhosts/vhost-limits.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/examples/vhosts/vhost-limits.yaml diff --git a/docs/examples/vhosts/vhost-limits.yaml b/docs/examples/vhosts/vhost-limits.yaml new file mode 100644 index 00000000..fa5b70bf --- /dev/null +++ b/docs/examples/vhosts/vhost-limits.yaml @@ -0,0 +1,11 @@ +apiVersion: rabbitmq.com/v1beta1 +kind: Vhost +metadata: + name: test-vhost +spec: + name: myvhost + rabbitmqClusterReference: + name: test + limits: + connections: 100 + queues: 50