RabbitMQ has two operators. Their docs claim you have to install the first, spin up a cluster, _then_ add the other operator. I'm testing installing both operators at once.
8 lines
210 B
YAML
8 lines
210 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/component: rabbitmq-operator
|
|
app.kubernetes.io/name: rabbitmq-system
|
|
app.kubernetes.io/part-of: rabbitmq
|
|
name: rabbitmq-system
|