github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/keda.sh/ScaledObject/testdata/keda-degraded-1.yaml (about)

     1  apiVersion: keda.sh/v1alpha1
     2  kind: ScaledObject
     3  metadata:
     4    annotations:
     5    finalizers:
     6      - finalizer.keda.sh
     7    labels:
     8      argocd.argoproj.io/instance: keda-default
     9    name: keda
    10    namespace: keda
    11    resourceVersion: '160591442'
    12    uid: 73ee438a-f383-43f3-9346-b901d9773f4b
    13  spec:
    14    maxReplicaCount: 3
    15    minReplicaCount: 0
    16    scaleTargetRef:
    17      name: keda
    18    triggers:
    19      - metadata:
    20          desiredReplicas: '1'
    21          end: 00 17 * * 1-5
    22          start: 00 08 * * 1-5
    23          timezone: Europe/Stockholm
    24        type: cron
    25  status:
    26    conditions:
    27      - message: >-
    28          ScaledObject doesn't have correct Idle/Min/Max Replica Counts specification
    29        reason: ScaledObjectCheckFailed
    30        status: 'False'
    31        type: Ready
    32      - message: ScaledObject check failed
    33        reason: UnknownState
    34        status: Unknown
    35        type: Active
    36      - message: No fallbacks are active on this scaled object
    37        reason: NoFallbackFound
    38        status: 'False'
    39        type: Fallback
    40      - status: Unknown
    41        type: Paused
    42    externalMetricNames:
    43      - s0-cron-Europe-Stockholm-0008xx1-5-0019xx1-5
    44    hpaName: keda-hpa
    45    lastActiveTime: '2023-12-18T17:59:55Z'
    46    originalReplicaCount: 1
    47    scaleTargetGVKR:
    48      group: apps
    49      kind: Deployment
    50      resource: deployments
    51      version: v1
    52    scaleTargetKind: apps/v1.Deployment