diff --git a/boltic.yaml b/boltic.yaml index a32d174..3f88827 100644 --- a/boltic.yaml +++ b/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' \ No newline at end of file + 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