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