28 lines
552 B
YAML
28 lines
552 B
YAML
app: test-git-fcz5-handler
|
|
build:
|
|
args:
|
|
BUILD_VERSION: 1.0.0
|
|
NODE_ENV: production
|
|
TEST_CONFIG: backward-compat-test
|
|
builtin: dockerfile
|
|
ignorefile: .gitignore
|
|
no_cache: false
|
|
handler: handler.handler
|
|
language: nodejs/20
|
|
region: asia-south1
|
|
serverlessConfig:
|
|
Scaling:
|
|
AutoStop: false
|
|
Min: 1
|
|
Max: 1
|
|
MaxIdleTime: 300
|
|
Resources:
|
|
CPU: 0.1
|
|
MemoryMB: 128
|
|
MemoryMaxMB: 128
|
|
DiskMB: 100
|
|
Timeout: 60
|
|
settings:
|
|
nodejs:
|
|
common_js: false
|