mirror of https://github.com/knative/docs.git
Add annotation "autoscaling.knative.dev/metric: rps" when configuraging RPS (#2948)
This commit is contained in:
parent
15153b3e46
commit
a0c21a9614
|
@ -26,6 +26,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
autoscaling.knative.dev/target: "150"
|
autoscaling.knative.dev/target: "150"
|
||||||
|
autoscaling.knative.dev/metric: "rps"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/knative-samples/helloworld-go
|
- image: gcr.io/knative-samples/helloworld-go
|
||||||
|
|
Loading…
Reference in New Issue