git-serverless-new/boltic.yaml
2026-03-17 13:40:08 +05:30

18 lines
337 B
YAML

app: git-serverless-new
language: nodejs/20
region: asia-south1
serverlessConfig:
Scaling:
AutoStop: false
Min: 1
Max: 1
MaxIdleTime: 300
Resources:
CPU: 0.1
MemoryMB: 128
MemoryMaxMB: 128
PortMap:
- Name: "http"
Port: 8080
Protocol: "http"