Config synced from UI [conductor-sync] at 13/04/26 05:15:37
This commit is contained in:
parent
eb03356557
commit
424d38a38b
24
boltic.yaml
24
boltic.yaml
|
|
@ -1,10 +1,20 @@
|
|||
app: ui-automation
|
||||
region: asia-south1
|
||||
entrypoint: index.js
|
||||
|
||||
build:
|
||||
builtin: dockerfile
|
||||
ignorefile: .gitignore
|
||||
|
||||
builtin: dockerfile
|
||||
ignorefile: .gitignore
|
||||
entrypoint: index.js
|
||||
env:
|
||||
PORT: '8080'
|
||||
PORT: "8080"
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user