From 1f030b1802e137a12bbcd5d7ea2057b3f1ccb13a Mon Sep 17 00:00:00 2001 From: lalitmohank Date: Tue, 17 Mar 2026 12:47:33 +0530 Subject: [PATCH] delete boltic.yaml --- boltic.yaml | 67 ----------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 boltic.yaml diff --git a/boltic.yaml b/boltic.yaml deleted file mode 100644 index dfeba54..0000000 --- a/boltic.yaml +++ /dev/null @@ -1,67 +0,0 @@ -# ============================================================================ -# Boltic Configuration File - git-kalpasi -# ============================================================================ -# -# ⚠️ 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/docs/compute/serverless/application-config -# ============================================================================ - -app: git-kalpasi -language: nodejs/20 -region: asia-south1 -serverlessConfig: - Scaling: - AutoStop: false - Min: 1 - Max: 1 - MaxIdleTime: 300 - Resources: - CPU: 0.1 - MemoryMB: 128 - MemoryMaxMB: 128