Config synced from UI [conductor-sync] at 13/04/26 05:15:13
This commit is contained in:
parent
f3b841c7a4
commit
9a552a87ef
53
boltic.yaml
53
boltic.yaml
|
|
@ -1,28 +1,27 @@
|
||||||
# Test Git Serverless - OLD FORMAT (no serverlessConfig)
|
app: test-git-fcz5-handler
|
||||||
# For backward compatibility testing
|
|
||||||
|
|
||||||
app: "test-git-fcz5-handler"
|
|
||||||
region: "asia-south1"
|
|
||||||
handler: "handler.handler"
|
|
||||||
language: "nodejs/20"
|
|
||||||
|
|
||||||
settings:
|
|
||||||
nodejs:
|
|
||||||
common_js: false
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
builtin: dockerfile
|
args:
|
||||||
ignorefile: .gitignore
|
BUILD_VERSION: 1.0.0
|
||||||
no_cache: false
|
NODE_ENV: production
|
||||||
args:
|
TEST_CONFIG: backward-compat-test
|
||||||
NODE_ENV: "production"
|
builtin: dockerfile
|
||||||
BUILD_VERSION: "1.0.0"
|
ignorefile: .gitignore
|
||||||
TEST_CONFIG: "backward-compat-test"
|
no_cache: false
|
||||||
|
handler: handler.handler
|
||||||
# NOTE: NO serverlessConfig section here!
|
language: nodejs/20
|
||||||
# This is intentional for backward compatibility testing.
|
region: asia-south1
|
||||||
# After deploying new conductor code, this app should:
|
serverlessConfig:
|
||||||
# 1. Build successfully
|
Scaling:
|
||||||
# 2. Keep all UI-configured settings (Env, Scaling, PortMap)
|
AutoStop: false
|
||||||
# 3. Not have any config overrides applied
|
Min: 1
|
||||||
|
Max: 1
|
||||||
|
MaxIdleTime: 300
|
||||||
|
Resources:
|
||||||
|
CPU: 0.1
|
||||||
|
MemoryMB: 128
|
||||||
|
MemoryMaxMB: 128
|
||||||
|
DiskMB: 100
|
||||||
|
Timeout: 60
|
||||||
|
settings:
|
||||||
|
nodejs:
|
||||||
|
common_js: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user