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