fix: cap knative scale at one

This commit is contained in:
2026-05-27 19:41:08 -03:00
parent 2f30376497
commit d9a5f44b7a

View File

@@ -13,7 +13,7 @@ spec:
app: blog-openapi-agent app: blog-openapi-agent
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: