Skip to content

Commit ff58fae

Browse files
committed
Fix HPA comments in tgi/tei/tererank values files
Signed-off-by: Eero Tamminen <[email protected]>
1 parent d9498ec commit ff58fae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helm-charts/common/tei/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replicaCount: 1
99

1010
# Enabling HPA will:
1111
# - Ignore above replica count, as it will be controlled by HPA
12-
# - Add example HPA scaling rules with thresholds suitable for Xeon deployments
12+
# - Add example HPA scaling rules with custom metrics thresholds
1313
# - Require custom metrics ConfigMap available in the main application chart
1414
autoscaling:
1515
maxReplicas: 2

helm-charts/common/teirerank/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replicaCount: 1
99

1010
# Enabling HPA will:
1111
# - Ignore above replica count, as it will be controlled by HPA
12-
# - Add example HPA scaling rules with thresholds suitable for Xeon deployments
12+
# - Add example HPA scaling rules with custom metrics thresholds
1313
# - Require custom metrics ConfigMap available in the main application chart
1414
autoscaling:
1515
maxReplicas: 3

helm-charts/common/tgi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replicaCount: 1
99

1010
# Enabling HPA will:
1111
# - Ignore above replica count, as it will be controlled by HPA
12-
# - Add example HPA scaling rules with thresholds suitable for Xeon deployments
12+
# - Add example HPA scaling rules with custom metrics thresholds
1313
# - Require custom metrics ConfigMap available in the main application chart
1414
autoscaling:
1515
maxReplicas: 4

0 commit comments

Comments
 (0)