Resource allocation
| Parameter | Recommended (Prod) | Recommended (Staging) |
|---|---|---|
| CPU | 4 | 2 |
| Memory | 16 GB | 8 GB |
| Storage | 30 GB | 15 GB |
Configuration
Define your compute resources and monitoring insights inrevolte.yaml.
revolte.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure compute resources and scaling for web-facing services.
| Parameter | Recommended (Prod) | Recommended (Staging) |
|---|---|---|
| CPU | 4 | 2 |
| Memory | 16 GB | 8 GB |
| Storage | 30 GB | 15 GB |
revolte.yaml.
revolte:
version: "1.0"
project: Demo-Project
appName: "demo-app"
env:
production:
branch: main
services:
rid_1:
type: WEB_SERVICE
name: web_service
entryPoint: index.js
properties:
health: /health
port: 8080
loadBalancerMode: dedicated
variables:
JWT_TOKEN_SECRET: "#{JWT_TOKEN_SECRET}"
JWT_TOKEN_EXPIRY: "#{JWT_TOKEN_EXPIRY}"
insights:
cpu:
- cpu_time_idle
swap:
- swap_used
mem:
- mem_total
disk:
- disk_total
specifications:
cpu: 4
memory: 16
storage: 30