We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64b323 commit d76949bCopy full SHA for d76949b
1 file changed
render.yaml
@@ -3,6 +3,11 @@ services:
3
- type: web
4
name: mcp
5
runtime: go
6
+ plan: standard
7
+ scaling:
8
+ minInstances: 1
9
+ maxInstances: 3
10
+ targetMemoryPercent: 60
11
buildCommand: go build -tags netgo -ldflags '-s -w' -o app
12
startCommand: ./app --transport http
13
envVars:
0 commit comments