We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fd28d commit 6357033Copy full SHA for 6357033
modules/configuring-metric-based-autoscaling.adoc
@@ -41,17 +41,18 @@ spec:
41
predictor:
42
minReplicas: 1
43
maxReplicas: 5
44
- autoScaling:
+ autoscaling:
45
metrics:
46
- type: External
47
external:
48
metric:
49
backend: "prometheus"
50
serverAddress: "https://thanos-querier.openshift-monitoring.svc:9092"
51
query: vllm:num_requests_waiting
52
- authenticationRef:
53
- name: inference-prometheus-auth
54
- authModes: bearer
+ authenticationRef:
+ name: inference-prometheus-auth
+ authModes:
55
+ - bearer
56
target:
57
type: Value
58
value: 2
0 commit comments