mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
12 lines
224 B
YAML
12 lines
224 B
YAML
apiVersion: keda.sh/v1alpha1
|
|
kind: ScaledObject
|
|
metadata:
|
|
name: test-scaledobject
|
|
spec:
|
|
scaleTargetRef:
|
|
name: test-deployment
|
|
triggers:
|
|
- type: cpu
|
|
metadata:
|
|
type: Utilization
|
|
value: "50"
|