-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathrabbitmq-operator.yaml
50 lines (50 loc) · 1.73 KB
/
rabbitmq-operator.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: PackageMetadata
metadata:
name: rabbitmq-operator.fling.vsphere.vmware.com
spec:
categories:
- Messageing
- Streaming
displayName: rabbitmq-operator
iconSVGBase64: none
longDescription: The RabbitMQ Cluster Kubernetes Operator provides a consistent and easy way to deploy RabbitMQ clusters to Kubernetes and run them, including "day two" (continuous) operations. RabbitMQ clusters deployed using the Operator can be used by applications running on Kubernetes or outside of Kubernetes.
maintainers:
- name: [email protected]
providerName: VMware
shortDescription: The RabbitMQ Cluster Kubernetes Operator automates provisioning, management, and operations of RabbitMQ clusters running on Kubernetes.
---
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
name: rabbitmq-operator.fling.vsphere.vmware.com.2.8.0
spec:
refName: rabbitmq-operator.fling.vsphere.vmware.com
releasedAt: "2024-04-10T03:17:23Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: projects.registry.vmware.com/vsphere-labs/rabbitmq-operator@sha256:ae74e808e334731baaa07a2cb31a457e176a2361d3751af3acc0f448077b1e93
template:
- ytt:
paths:
- ./config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
properties:
image:
default: rabbitmqoperator/cluster-operator:2.8.0
description: Image of RabbitMQ Operator
type: string
namespace:
default: rabbitmq-operator
description: The namespace in which to deploy rabbitmq-operator.
type: string
version: 2.8.0