rabbitmq current (v2.9.0) to argo

This commit is contained in:
2026-01-03 07:46:01 +02:00
parent dcb5f74b26
commit 55cb996313
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rabbitmq-operator
namespace: argocd
spec:
project: k-space.ee
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: rabbitmq-operator
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: rabbitmq-operator
syncPolicy:
# automated:
# prune: true
syncOptions:
- CreateNamespace=true

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/rabbitmq/cluster-operator/releases/download/v2.9.0/cluster-operator.yml