mirror of https://github.com/knative/docs.git
Add annotatios in autoscale example (#1901)
The original autoscale example misses annotations
This commit is contained in:
parent
dbae4d819c
commit
e2ee73d197
|
@ -179,6 +179,7 @@ template.
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
autoscaling.knative.dev/metric: concurrency
|
autoscaling.knative.dev/metric: concurrency
|
||||||
autoscaling.knative.dev/class: hpa.autoscaling.knative.dev
|
autoscaling.knative.dev/class: hpa.autoscaling.knative.dev
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue