argo-cd/resource_customizations/keda.sh/ScaledObject/testdata/keda-degraded.yaml
Parvesh Mourya 9bc9ff9c7a
feat: implement keda health-checks (#16715)
Signed-off-by: parmou <parveshmourya96@gmail.com>
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
2024-05-08 15:47:14 +00:00

51 lines
No EOL
1.3 KiB
YAML

apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
annotations:
finalizers:
- finalizer.keda.sh
labels:
argocd.argoproj.io/instance: keda-default
name: keda
namespace: keda
resourceVersion: '160591442'
uid: 73ee438a-f383-43f3-9346-b901d9773f4b
spec:
maxReplicaCount: 3
minReplicaCount: 0
scaleTargetRef:
name: keda
triggers:
- metadata:
desiredReplicas: '1'
end: 00 17 * * 1-5
start: 00 08 * * 1-5
timezone: Europe/Stockholm
type: cron
status:
conditions:
- message: ScaledObject doesn't have correct triggers specification
reason: ScaledObjectCheckFailed
status: 'False'
type: Ready
- message: Scaling is not performed because triggers are not active
reason: ScalerNotActive
status: 'False'
type: Active
- message: No fallbacks are active on this scaled object
reason: NoFallbackFound
status: 'False'
type: Fallback
- status: Unknown
type: Paused
externalMetricNames:
- s0-cron-Europe-Stockholm-0008xx1-5-0019xx1-5
hpaName: keda-hpa
lastActiveTime: '2023-12-18T17:59:55Z'
originalReplicaCount: 1
scaleTargetGVKR:
group: apps
kind: Deployment
resource: deployments
version: v1
scaleTargetKind: apps/v1.Deployment