Config synced from UI [conductor-sync] at 13/04/26 05:15:13
This commit is contained in:
parent
f3b841c7a4
commit
9a552a87ef
47
boltic.yaml
47
boltic.yaml
|
|
@ -1,28 +1,27 @@
|
|||
# Test Git Serverless - OLD FORMAT (no serverlessConfig)
|
||||
# For backward compatibility testing
|
||||
|
||||
app: "test-git-fcz5-handler"
|
||||
region: "asia-south1"
|
||||
handler: "handler.handler"
|
||||
language: "nodejs/20"
|
||||
|
||||
settings:
|
||||
nodejs:
|
||||
common_js: false
|
||||
|
||||
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
|
||||
args:
|
||||
NODE_ENV: "production"
|
||||
BUILD_VERSION: "1.0.0"
|
||||
TEST_CONFIG: "backward-compat-test"
|
||||
|
||||
# NOTE: NO serverlessConfig section here!
|
||||
# This is intentional for backward compatibility testing.
|
||||
# After deploying new conductor code, this app should:
|
||||
# 1. Build successfully
|
||||
# 2. Keep all UI-configured settings (Env, Scaling, PortMap)
|
||||
# 3. Not have any config overrides applied
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user