chore: prepare template snapshot
This commit is contained in:
parent
3fb359be92
commit
d5853ab689
74
boltic.yaml
74
boltic.yaml
|
|
@ -1,74 +0,0 @@
|
||||||
# ============================================================================
|
|
||||||
# Boltic Configuration File - tables-lt-1-1777199094
|
|
||||||
# ============================================================================
|
|
||||||
#
|
|
||||||
# ⚠️ 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: tables-lt-1-1777199094
|
|
||||||
build:
|
|
||||||
builtin: dockerfile
|
|
||||||
ignorefile: .gitignore
|
|
||||||
language: golang/1.23
|
|
||||||
region: asia-south1
|
|
||||||
serverlessConfig:
|
|
||||||
Env:
|
|
||||||
A: "124"
|
|
||||||
DATABASE_URL: TEST
|
|
||||||
Scaling:
|
|
||||||
AutoStop: true
|
|
||||||
Min: 6
|
|
||||||
Max: 10
|
|
||||||
MaxIdleTime: 300
|
|
||||||
Resources:
|
|
||||||
CPU: 0.1
|
|
||||||
MemoryMB: 256
|
|
||||||
MemoryMaxMB: 1024
|
|
||||||
DiskMB: 100
|
|
||||||
Loading…
Reference in New Issue
Block a user