Skip to main content

Pod Replicas

Artifact Hub

The replicas option expects an integer and defines how many pods Kubernetes will create for this component.

Default Value For replicas

replicas: 1

Example: Set Replica Number

containers:
- image: john/appbackend
replicas: 3