fix: cap builder knative scale at one
All checks were successful
build / build (push) Successful in 21s
All checks were successful
build / build (push) Successful in 21s
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
app: agent-builder
|
||||
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