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>
52 lines
No EOL
1.3 KiB
YAML
52 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 Idle/Min/Max Replica Counts specification
|
|
reason: ScaledObjectCheckFailed
|
|
status: 'False'
|
|
type: Ready
|
|
- message: ScaledObject check failed
|
|
reason: UnknownState
|
|
status: Unknown
|
|
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 |