Skip to content

Commit 944eaaf

Browse files
authored
Update inference operator CRDs to add ActivationTargetValue field (#128)
1 parent 9fe864d commit 944eaaf

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ spec:
5252
cloudWatchTrigger:
5353
description: CloudWatch metric trigger to use for autoscaling
5454
properties:
55+
activationTargetValue:
56+
default: 0
57+
description: Activation Value for CloudWatch metric to scale
58+
from 0 to 1. Only applicable if minReplicaCount = 0
59+
type: number
5560
dimensions:
5661
description: Dimensions for Cloudwatch metrics
5762
items:
@@ -152,6 +157,11 @@ spec:
152157
prometheusTrigger:
153158
description: Prometheus metric trigger to use for autoscaling
154159
properties:
160+
activationTargetValue:
161+
default: 0
162+
description: Activation Value for Prometheus metric to scale
163+
from 0 to 1. Only applicable if minReplicaCount = 0
164+
type: number
155165
customHeaders:
156166
description: Custom headers to include while querying the
157167
prometheus endpoint.

helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_jumpstartmodels.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ spec:
4444
cloudWatchTrigger:
4545
description: CloudWatch metric trigger to use for autoscaling
4646
properties:
47+
activationTargetValue:
48+
default: 0
49+
description: Activation Value for CloudWatch metric to scale
50+
from 0 to 1. Only applicable if minReplicaCount = 0
51+
type: number
4752
dimensions:
4853
description: Dimensions for Cloudwatch metrics
4954
items:
@@ -144,6 +149,11 @@ spec:
144149
prometheusTrigger:
145150
description: Prometheus metric trigger to use for autoscaling
146151
properties:
152+
activationTargetValue:
153+
default: 0
154+
description: Activation Value for Prometheus metric to scale
155+
from 0 to 1. Only applicable if minReplicaCount = 0
156+
type: number
147157
customHeaders:
148158
description: Custom headers to include while querying the
149159
prometheus endpoint.

0 commit comments

Comments
 (0)