Skip to content

Commit

Permalink
Add replicas section
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 16, 2024
1 parent 8c9ecb0 commit 08201e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2.0/docs/apps/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ When you create a new app, app services created with the default configuration o

You can also change your stack configuration and then upgrade an app instance's stack with override settings, in this case configurations from stack services will be transferred to app services.

### Replica

App service replica (or **ASR**) is a number of replicas for a service.

## Configuration

- Each app services can be enabled or disabled
Expand Down Expand Up @@ -55,6 +51,10 @@ Here you can configure resources for a service. You can specify CPU and memory r

Please note that resources request affects the deployment of the app service. For example, if your kubernetes cluster does not have enough resources to deploy an app service's pod with a requested amount of CPU or memory, the pod will be in a pending state until the resources become available. If your cluster has horizontal autoscaling enabled, it will scale up number of nodes to meet the demand.

### Replicas

Serverless app services can be easily scaled with the number of replicas. Some stateful services support scalability with extra replicas.

### Links

Here you can change [links](../services/index.md#links) between app services. Usually they are set up in a stack but can also be overridden per app instance.
Expand Down

0 comments on commit 08201e1

Please sign in to comment.