forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeda-healthy.yaml
More file actions
57 lines (56 loc) · 1.31 KB
/
keda-healthy.yaml
File metadata and controls
57 lines (56 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
apiVersion: keda.sh/v1alpha1
kind: ScaledJob
metadata:
annotations:
finalizers:
- finalizer.keda.sh
name: keda
namespace: keda
resourceVersion: '157477'
uid: 9a6b7c4f-c35b-46ca-a801-ee5cb515ce0a
spec:
jobTargetRef:
backoffLimit: 1
template:
metadata:
creationTimestamp: null
spec:
containers:
- command:
- sleep
- '10'
envFrom:
- secretRef:
name: scaledjob-conditions-test-secret
image: docker.io/library/busybox
imagePullPolicy: IfNotPresent
name: sleeper
resources: {}
restartPolicy: Never
maxReplicaCount: 5
pollingInterval: 5
rollout: {}
scalingStrategy: {}
triggers:
- metadata:
hostFromEnv: RabbitApiHost
mode: QueueLength
queueName: hello
value: '1'
type: rabbitmq
status:
authenticationsTypes: ''
conditions:
- message: ScaledJob is defined correctly and is ready to scaling
reason: ScaledJobReady
status: 'True'
type: Ready
- message: Scaling is performed because triggers are active
reason: ScalerActive
status: 'True'
type: Active
- status: Unknown
type: Fallback
- status: 'False'
type: Paused
triggersTypes: rabbitmq