Skip to content

Commit d76949b

Browse files
Bump plan and add autoscaling in render.yaml (#43)
GitOrigin-RevId: deab781
1 parent b64b323 commit d76949b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

render.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ services:
33
- type: web
44
name: mcp
55
runtime: go
6+
plan: standard
7+
scaling:
8+
minInstances: 1
9+
maxInstances: 3
10+
targetMemoryPercent: 60
611
buildCommand: go build -tags netgo -ldflags '-s -w' -o app
712
startCommand: ./app --transport http
813
envVars:

0 commit comments

Comments
 (0)