github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/keda.sh/ScaledObject/testdata/keda-healthy.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: ScaledObject is defined correctly and is ready for scaling 28 reason: ScaledObjectReady 29 status: 'True' 30 type: Ready 31 - message: Scaling is not performed because triggers are not active 32 reason: ScalerNotActive 33 status: 'False' 34 type: Active 35 - message: No fallbacks are active on this scaled object 36 reason: NoFallbackFound 37 status: 'False' 38 type: Fallback 39 - status: Unknown 40 type: Paused 41 externalMetricNames: 42 - s0-cron-Europe-Stockholm-0008xx1-5-0019xx1-5 43 hpaName: keda-hpa-backstage-kambi-standard-chart 44 lastActiveTime: '2023-12-18T17:59:55Z' 45 originalReplicaCount: 1 46 scaleTargetGVKR: 47 group: apps 48 kind: Deployment 49 resource: deployments 50 version: v1 51 scaleTargetKind: apps/v1.Deployment