Files
kubevela/docs/en/developers/references/traits/scale.md
2020-11-16 14:07:38 +08:00

411 B

Scaler

Description

Scaler is used to configure replicas to your service.

Specification

List of all available properties for a Scaler trait.

name: my-app-name

services:
  my-service-name:
    ...
    scaler:
      replicas: 100

Properties

Name Type Description Notes
Replica int32 [default to 1]