Pod Replicas
The replicas option expects an integer and defines how many pods Kubernetes will create for this component.
Default Value For replicas
replicas: 1Example: Set Replica Number
containers:- image: john/appbackendreplicas: 3The replicas option expects an integer and defines how many pods Kubernetes will create for this component.
replicasreplicas: 1containers:- image: john/appbackendreplicas: 3