autoscaling tests

master
marius 2020-04-19 10:08:24 +02:00
parent e99699cf50
commit 6422391303
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ metadata:
spec:
template:
spec:
metadata:
annotations:
autoscaling.knative.dev/minScale: "2"
autoscaling.knative.dev/maxScale: "6"
container-concurrency-target-default: "10"
scale-to-zero-grace-period: "10s"
autoscaling.knative.dev/window: "10s"
containers:
- image: docker.io/wishi/chuckjokes:latest
imagePullPolicy: "Always"