From 424d38a38bd6616c2ad02b30952e82916d764b42 Mon Sep 17 00:00:00 2001 From: Abhishek Test Tiwari Date: Mon, 13 Apr 2026 05:15:37 +0000 Subject: [PATCH] Config synced from UI [conductor-sync] at 13/04/26 05:15:37 --- boltic.yaml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) 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