diff --git a/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml b/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml index 8dfaccfa..de3f762e 100644 --- a/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml +++ b/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml @@ -52,6 +52,11 @@ spec: cloudWatchTrigger: description: CloudWatch metric trigger to use for autoscaling properties: + activationTargetValue: + default: 0 + description: Activation Value for CloudWatch metric to scale + from 0 to 1. Only applicable if minReplicaCount = 0 + type: number dimensions: description: Dimensions for Cloudwatch metrics items: @@ -152,6 +157,11 @@ spec: prometheusTrigger: description: Prometheus metric trigger to use for autoscaling properties: + activationTargetValue: + default: 0 + description: Activation Value for Prometheus metric to scale + from 0 to 1. Only applicable if minReplicaCount = 0 + type: number customHeaders: description: Custom headers to include while querying the prometheus endpoint. diff --git a/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_jumpstartmodels.yaml b/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_jumpstartmodels.yaml index 0e5b6f14..342de2bb 100644 --- a/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_jumpstartmodels.yaml +++ b/helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_jumpstartmodels.yaml @@ -44,6 +44,11 @@ spec: cloudWatchTrigger: description: CloudWatch metric trigger to use for autoscaling properties: + activationTargetValue: + default: 0 + description: Activation Value for CloudWatch metric to scale + from 0 to 1. Only applicable if minReplicaCount = 0 + type: number dimensions: description: Dimensions for Cloudwatch metrics items: @@ -144,6 +149,11 @@ spec: prometheusTrigger: description: Prometheus metric trigger to use for autoscaling properties: + activationTargetValue: + default: 0 + description: Activation Value for Prometheus metric to scale + from 0 to 1. Only applicable if minReplicaCount = 0 + type: number customHeaders: description: Custom headers to include while querying the prometheus endpoint.