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
|
|
@ -2,3 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
patches:
|
||||
- path: rabbitmq.patch.yaml
|
||||
|
|
|
|||
7
apps/rabbitmq-cluster/overlays/work/rabbitmq.patch.yaml
Normal file
7
apps/rabbitmq-cluster/overlays/work/rabbitmq.patch.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: rabbitmq.com/v1beta1
|
||||
kind: RabbitmqCluster
|
||||
metadata:
|
||||
name: rabbitmq-main
|
||||
annotations:
|
||||
rabbitmq.com/topology-allowed-namespaces: "work-rabbitmq-service"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue