Skip to content

Commit 6357033

Browse files
committed
addressing coderabbit comment
1 parent 05fd28d commit 6357033

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/configuring-metric-based-autoscaling.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,18 @@ spec:
4141
predictor:
4242
minReplicas: 1
4343
maxReplicas: 5
44-
autoScaling:
44+
autoscaling:
4545
metrics:
4646
- type: External
4747
external:
4848
metric:
4949
backend: "prometheus"
5050
serverAddress: "https://thanos-querier.openshift-monitoring.svc:9092"
5151
query: vllm:num_requests_waiting
52-
authenticationRef:
53-
name: inference-prometheus-auth
54-
authModes: bearer
52+
authenticationRef:
53+
name: inference-prometheus-auth
54+
authModes:
55+
- bearer
5556
target:
5657
type: Value
5758
value: 2

0 commit comments

Comments
 (0)