Skip to content

RabbitMQ operator #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Sources/rabbitmq-operator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# RabbitMQ cluster operator

- Git: https://github.com/rabbitmq/cluster-operator
- HELM Chart: https://github.com/grafana/helm-charts/tree/main/charts/grafana

There is no ARM supprt till https://github.com/rabbitmq/cluster-operator/issues/366 is resolved
11 changes: 11 additions & 0 deletions Sources/rabbitmq-operator/kustomization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: rabbitmq

resources:
- github.com/rabbitmq/cluster-operator/config/installation?ref=master

- name: rabbitmqoperator/cluster-operator-dev
newName: rabbitmqoperator/cluster-operator
newTag: 0.46.0
2 changes: 1 addition & 1 deletion manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
echo "Cleanup manifests folder"
rm -rf manifests && mkdir manifests

manifests="cert-manager ingress-nginx metallb-system monitoring-system"
manifests="cert-manager ingress-nginx metallb-system monitoring-system rabbitmq-operator"

for service_namespace in ${manifests}
do
Expand Down