Skip to content

Commit 8bb4916

Browse files
another-rexCharlyReux
authored andcommitted
Increase max instances (google#2053)
Increase the max instance count, default is 100. We are currently running into the max instance count (or almost running into it, there is 97 instances running at the moment).
1 parent bf91711 commit 8bb4916

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deployment/clouddeploy/osv-api/run.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ metadata:
44
name: osv-grpc-backend
55
spec:
66
template:
7+
metadata:
8+
annotations:
9+
autoscaling.knative.dev/maxScale: '300'
710
spec:
811
containers:
912
- image: osv-server

0 commit comments

Comments
 (0)