rabbitmq current (v2.9.0) to argo
This commit is contained in:
20
argocd/applications/rabbitmq-operator.yaml
Normal file
20
argocd/applications/rabbitmq-operator.yaml
Normal 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
|
||||||
5
rabbitmq-operator/kustomization.yaml
Normal file
5
rabbitmq-operator/kustomization.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user