Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed May 23, 2024
1 parent 1877cd6 commit 868fc8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-service-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spec:
metadata:
annotations:
autoscaling.knative.dev/min-scale: "1"
autoscaling.knative.dev/minScale: '1'
autoscaling.knative.dev/maxScale: '20'
spec:
containers:
- image: registry-backend-image-substitute
Expand Down
4 changes: 4 additions & 0 deletions run-service-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ spec:
metadata:
annotations:
autoscaling.knative.dev/min-scale: "1"
autoscaling.knative.dev/minScale: '1'
autoscaling.knative.dev/maxScale: '2'
run.googleapis.com/cpu-throttling: 'false'
run.googleapis.com/startup-cpu-boost: 'false'
spec:
containers:
- image: registry-backend-image-substitute
Expand Down

0 comments on commit 868fc8b

Please sign in to comment.