From 06076d8e289d1c380f3092a841aff33ecdcbf75c Mon Sep 17 00:00:00 2001 From: Mourya Baddam Date: Tue, 15 Jul 2025 19:52:06 -0700 Subject: [PATCH] Update inference operator CRDs to add ActivationTargetValue field --- ...emaker.aws.amazon.com_inferenceendpointconfigs.yaml | 10 ++++++++++ ...rence.sagemaker.aws.amazon.com_jumpstartmodels.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) 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.