staging, larger for production).

Auto-scaling
ForWEB_SERVICE types, you can define fluid scaling based on traffic or resource pressure.
revolte.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure CPU, memory, storage, and auto-scaling policies.
staging, larger for production).

WEB_SERVICE types, you can define fluid scaling based on traffic or resource pressure.
revolte:
version: "1.0"
project: Demo-Project
appName: "demo-app"
env:
production:
branch: main
services:
rid_1:
type: WEB_SERVICE
specifications:
autoScaling:
replica: { min: 1, max: 5 }
utilization:
cpu: { target: 70 }
memory: { target: 70 }