From 8f591f8506476629d6467e5ae560cbb1c158c56f Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 19 Apr 2020 10:09:18 +0200 Subject: [PATCH] autoscaling tests --- service.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/service.yaml b/service.yaml index e85d9f0..4c8ff49 100644 --- a/service.yaml +++ b/service.yaml @@ -6,13 +6,6 @@ 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"