github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/rabbitmq.com/RabbitmqCluster/testdata/degraded_replicas_unknown.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: MissingStatefulSet
    28      message: Could not find StatefulSet
    29      status: "Unknown"
    30      type: AllReplicasReady
    31    - lastTransitionTime: "2023-08-30T07:37:06Z"
    32      reason: NoEndpointsAvailable
    33      message: The service has no endpoints available
    34      status: "False"
    35      type: ClusterAvailable
    36    - lastTransitionTime: "2023-08-30T07:33:06Z"
    37      reason: NoWarnings
    38      status: "True"
    39      type: NoWarnings
    40    - lastTransitionTime: "2023-08-30T07:44:39Z"
    41      message: Finish reconciling
    42      reason: Success
    43      status: "True"
    44      type: ReconcileSuccess