github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/rabbitmq.com/RabbitmqCluster/testdata/progressing_pods_not_ready.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: NotAllPodsReady 28 message: 1/3 Pods ready 29 status: "False" 30 type: AllReplicasReady 31 - lastTransitionTime: "2023-08-30T07:37:06Z" 32 reason: AtLeastOneEndpointAvailable 33 status: "True" 34 type: ClusterAvailable 35 - lastTransitionTime: "2023-08-30T07:33:06Z" 36 reason: NoWarnings 37 status: "True" 38 type: NoWarnings 39 - lastTransitionTime: "2023-08-30T07:44:39Z" 40 message: Finish reconciling 41 reason: Success 42 status: "True" 43 type: ReconcileSuccess