helloworldpage/boltic.yaml

37 lines
1.1 KiB
YAML

app: helloworldpage
build:
builtin: dockerfile
ignorefile: .gitignore
language: nodejs/18
region: asia-south1
serverlessConfig:
Env:
APPLICATION_ENV_PREFIX: BOLT
BOLT_APPLICATION_ACCOUNT_ID: 79345e67-ffb3-4087-9218-2dc4b9896990
BOLT_APPLICATION_AUTO_STOP: "false"
BOLT_APPLICATION_CODE_TYPE: ""
BOLT_APPLICATION_ID: e1161a55-145f-4944-8e76-3920f076108b
BOLT_APPLICATION_LANGUAGE: nodejs/18
BOLT_APPLICATION_MAX_IDLE_TIME: "300"
BOLT_APPLICATION_NAME: helloWorldpage
BOLT_APPLICATION_ORG_ID: 79345e67-ffb3-4087-9218-2dc4b9896990
BOLT_APPLICATION_PORT: "8080"
BOLT_APPLICATION_PROTOCOL: http
BOLT_APPLICATION_REGION_ID: asia-south1
BOLT_APPLICATION_RUNTIME: git
BOLT_APPLICATION_SLUG: helloworldpage
BOLT_APPLICATION_VERSION: "1"
PortMap:
- Protocol: http
Port: 8080
Name: http
Scaling:
AutoStop: false
Min: 1
Max: 1
MaxIdleTime: 300
Resources:
CPU: 0.1
MemoryMB: 128
MemoryMaxMB: 128