argo-cd/resource_customizations/keda.sh/ScaledObject/testdata/keda-progressing.yaml

30 lines
663 B
YAML
Raw Normal View History

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: backstage
triggers:
- metadata:
desiredReplicas: '1'
end: 00 17 * * 1-5
start: 00 08 * * 1-5
timezone: Europe/Stockholm
type: cron
status:
conditions:
- message: Creating HorizontalPodAutoscaler Object
reason: Running
status: 'True'
type: Running