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,8 +179,9 @@ template.
|
|||
spec:
|
||||
template:
|
||||
metadata:
|
||||
autoscaling.knative.dev/metric: concurrency
|
||||
autoscaling.knative.dev/class: hpa.autoscaling.knative.dev
|
||||
annotations:
|
||||
autoscaling.knative.dev/metric: concurrency
|
||||
autoscaling.knative.dev/class: hpa.autoscaling.knative.dev
|
||||
```
|
||||
|
||||
## Additional resources
|
||||
|
|
Loading…
Reference in New Issue