test
This commit is contained in:
parent
d4528b6753
commit
4785128414
20
boltic.yaml
20
boltic.yaml
|
|
@ -1,3 +1,23 @@
|
||||||
app: git-serverless-new
|
app: git-serverless-new
|
||||||
language: nodejs/20
|
language: nodejs/20
|
||||||
region: asia-south1
|
region: asia-south1
|
||||||
|
handler: index.handler
|
||||||
|
|
||||||
|
serverlessConfig:
|
||||||
|
serverlessId: f910eabb-bd0f-4391-b050-609cd9a02319
|
||||||
|
Name: git-serverless-new
|
||||||
|
Runtime: git
|
||||||
|
Scaling:
|
||||||
|
AutoStop: false
|
||||||
|
Min: 1
|
||||||
|
Max: 1
|
||||||
|
MaxIdleTime: 300
|
||||||
|
Resources:
|
||||||
|
CPU: 0.1
|
||||||
|
MemoryMB: 128
|
||||||
|
MemoryMaxMB: 128
|
||||||
|
Timeout: 60
|
||||||
|
|
||||||
|
build:
|
||||||
|
builtin: dockerfile
|
||||||
|
ignorefile: .gitignore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user