mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
Signed-off-by: parmou <parveshmourya96@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
30 lines
No EOL
663 B
YAML
30 lines
No EOL
663 B
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: 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 |