github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/rabbitmq.com/RabbitmqCluster/testdata/healthy.yaml (about) 1 apiVersion: rabbitmq.com/v1beta1 2 kind: RabbitmqCluster 3 metadata: 4 labels: 5 app: example-rabbitmq 6 name: example-rabbitmq 7 namespace: example 8 spec: 9 image: docker.io/bitnami/rabbitmq:3.10.7-debian-11-r8 10 persistence: 11 storage: 32Gi 12 storageClassName: default 13 rabbitmq: 14 replicas: 3 15 resources: 16 limits: 17 cpu: 250m 18 memory: 1792Mi 19 requests: 20 cpu: 250m 21 memory: 1792Mi 22 service: 23 type: ClusterIP 24 status: 25 conditions: 26 - lastTransitionTime: "2023-08-30T07:44:34Z" 27 reason: AllPodsAreReady 28 status: "True" 29 type: AllReplicasReady 30 - lastTransitionTime: "2023-08-30T07:37:06Z" 31 reason: AtLeastOneEndpointAvailable 32 status: "True" 33 type: ClusterAvailable 34 - lastTransitionTime: "2023-08-30T07:33:06Z" 35 reason: NoWarnings 36 status: "True" 37 type: NoWarnings 38 - lastTransitionTime: "2023-08-30T07:44:39Z" 39 message: Finish reconciling 40 reason: Success 41 status: "True" 42 type: ReconcileSuccess