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:
songtianlun 2025-04-23 20:53:28 +08:00
parent 50cf9d40e7
commit 4f06b0151e

View File

@ -7,7 +7,7 @@ metadata:
labels:
app: taw
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: taw