fix: cap knative scale at one

This commit is contained in:
robert
2026-05-27 19:41:08 -03:00
parent 9fcc05f883
commit b2c3ab3ce1

View File

@@ -13,7 +13,7 @@ spec:
app: test-helper
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: