fix: increase replicas for load balancing
- Change the number of replicas from 1 to 3 in the deployment configuration. - This adjustment aims to improve load balancing and availability of the application. Increasing the replicas allows the application to handle more traffic and provides redundancy in case of failures.
This commit is contained in:
parent
50cf9d40e7
commit
4f06b0151e
@ -7,7 +7,7 @@ metadata:
|
||||
labels:
|
||||
app: taw
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: taw
|
||||
|
Loading…
Reference in New Issue
Block a user