fix: cap knative scale at one
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
app: blog-openapi-agent
|
||||
annotations:
|
||||
autoscaling.knative.dev/minScale: "0"
|
||||
autoscaling.knative.dev/maxScale: "20"
|
||||
autoscaling.knative.dev/maxScale: "1"
|
||||
autoscaling.knative.dev/metric: concurrency
|
||||
autoscaling.knative.dev/target: "1"
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user