feat(rabbitmq): adding rabbitmq operator installation
This commit is contained in:
parent
374f052cb5
commit
78525fa8b4
|
@ -2,10 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
|
||||
bases:
|
||||
- ./metallb
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
- ./postgresql
|
||||
- ./redis
|
||||
- ./minio
|
||||
- ./nginx
|
||||
- ./cloudnative-pg-operator
|
||||
- ./metallb
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
- ./rabbitmq
|
||||
- ./postgresql
|
||||
- ./redis
|
||||
- ./minio
|
||||
- ./nginx
|
||||
- ./cloudnative-pg-operator
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: rabbitmq-operator
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- github.com/rabbitmq/cluster-operator/?ref=v2.2.0
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: rabbitmq-operator
|
Loading…
Reference in New Issue