github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/keda.sh/ScaledObject/testdata/keda-progressing.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: backstage
    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: Creating HorizontalPodAutoscaler Object
    28        reason: Running
    29        status: 'True'
    30        type: Running