Skip to content

Commit 8922419

Browse files
committed
Remove scaling target ref support temporarily
1 parent 2fe25e7 commit 8922419

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

deploy/crd.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3236,39 +3236,6 @@ spec:
32363236
format: int32
32373237
type: integer
32383238
type: object
3239-
scaleTargetRef:
3240-
description: "auto scaling targets"
3241-
type: array
3242-
items:
3243-
type: object
3244-
properties:
3245-
kind:
3246-
description: "target of which kind (e.g worker, flower)"
3247-
type: string
3248-
minReplicas:
3249-
description: "minimum number of replicas to keep"
3250-
type: integer
3251-
maxReplicas:
3252-
description: "maximum number of replicas to keep"
3253-
type: integer
3254-
metrics:
3255-
description: "specify metrics to scale/downscale the number of workers"
3256-
type: array
3257-
items:
3258-
type: object
3259-
properties:
3260-
name:
3261-
description: "name of metric. (e.g. message_queue)"
3262-
type: string
3263-
target:
3264-
type: object
3265-
properties:
3266-
type:
3267-
description: "target metric type. (e.g. length)"
3268-
type: string
3269-
averageValue:
3270-
description: "average metric value to maintain"
3271-
type: integer
32723239
status:
32733240
type: object
32743241
x-kubernetes-preserve-unknown-fields: true

0 commit comments

Comments
 (0)