From b610fa1eb84fafdfa9f50d66b4ed21b6c768229c Mon Sep 17 00:00:00 2001 From: Abhishek Test Tiwari Date: Fri, 17 Apr 2026 07:49:22 +0000 Subject: [PATCH] Config synced from UI [conductor-sync] at 17/04/26 07:49:22 --- boltic.yaml | 56 ++--------------------------------------------------- 1 file changed, 2 insertions(+), 54 deletions(-) diff --git a/boltic.yaml b/boltic.yaml index 0fb2577..c845b33 100644 --- a/boltic.yaml +++ b/boltic.yaml @@ -1,57 +1,3 @@ -# ============================================================================ -# Boltic Configuration File - githubcode12april -# ============================================================================ -# -# ⚠️ WARNING: Changes to this file will directly impact your deployed application! -# - Env changes will update environment variables -# - Scaling changes will affect auto-scaling behavior -# - PortMap changes will modify exposed ports -# -# This file is synced with the Boltic UI. You can edit settings here or in the UI. -# -# ---------------------------------------------------------------------------- -# SERVERLESS CONFIG GUIDE -# ---------------------------------------------------------------------------- -# -# Environment Variables (Env): -# serverlessConfig: -# Env: -# MY_VAR: "my_value" -# DATABASE_URL: "postgres://..." -# API_KEY: "secret-key" -# -# Port Mapping (PortMap): -# serverlessConfig: -# PortMap: -# - Name: "testhttp" -# Port: 8080 -# Protocol: "http" -# - Name: "test https" -# Port: 9090 -# Protocol: "https" -# -# Scaling Configuration: -# serverlessConfig: -# Scaling: -# AutoStop: true # Auto-stop when idle -# Min: 1 # Minimum instances -# Max: 5 # Maximum instances -# MaxIdleTime: 300 # Seconds before auto-stop -# -# Resources: -# serverlessConfig: -# Resources: -# CPU: 0.5 # CPU cores (0.1 to 4) -# MemoryMB: 256 # Memory in MB -# MemoryMaxMB: 512 # Max memory in MB -# -# Timeout: -# serverlessConfig: -# Timeout: 120 # Request timeout in seconds -# -# For more info: https://docs.boltic.io/compute/serverless/application-config -# ============================================================================ - app: githubcode12april build: builtin: dockerfile @@ -68,3 +14,5 @@ serverlessConfig: CPU: 0.5 MemoryMB: 512 MemoryMaxMB: 512 + DiskMB: 100 + Timeout: 60