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