Scaling is not supported for services with persistent volumes.
Method | Description |
---|---|
Manual Scaling | Manually set the number of instances for a service. |
Autoscaling | Portway automatically scale the number of instances for a service based on metrics. |
Manual scaling
You can manually scale the number of instances for a service by updating thereplicas
field in the service definition.
Compose file
Autoscaling
This feature is currently in preview. Please email us at support@portway.dev
to enable it.
Trigger | Description |
---|---|
CPU usage | Scale your service automatically based on CPU utilization. |
Memory usage | Scale your service automatically based on memory consumption. |
CRON schedule | Scale your service according to a specified time schedule. |