git-serverless/boltic.yaml
2026-03-17 12:17:46 +05:30

37 lines
776 B
YAML

app: "git-serverless"
region: "asia-south1"
handler: "handler.handler"
language: "nodejs/20"
serverlessConfig:
serverlessId: "e2145e2c-ec54-484e-b036-e7ca4728bcbc"
Name: "git-serverless"
Description: ""
Runtime: "git"
# Environment variables for your serverless function
# To add env variables, replace {} with key-value pairs like:
# Env:
# API_KEY: "your-api-key"
#TO add port map, replace {} with port map like:
# PortMap:
# - Name: "port"
# Port: "8080"
# Protocol: "http"/"https"
Env: {}
PortMap: {}
Scaling:
AutoStop: false
Min: 1
Max: 1
MaxIdleTime: 300
Resources:
CPU: 0.1
MemoryMB: 128
MemoryMaxMB: 128
Timeout: 60
Validations: null
build:
builtin: dockerfile
ignorefile: .gitignore