From 4f06b0151e68b0f6cfff913d71b8e842b9fa84ab Mon Sep 17 00:00:00 2001 From: songtianlun Date: Wed, 23 Apr 2025 20:53:28 +0800 Subject: [PATCH] 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. --- today_ai_weather/load.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/today_ai_weather/load.yaml b/today_ai_weather/load.yaml index 3ea497c..19617a1 100644 --- a/today_ai_weather/load.yaml +++ b/today_ai_weather/load.yaml @@ -7,7 +7,7 @@ metadata: labels: app: taw spec: - replicas: 1 + replicas: 3 selector: matchLabels: app: taw