diff --git a/deploy/k01/infra/envoy.yaml b/deploy/k01/infra/envoy.yaml index 1435703..561e91e 100644 --- a/deploy/k01/infra/envoy.yaml +++ b/deploy/k01/infra/envoy.yaml @@ -1058,7 +1058,7 @@ spec: periodSeconds: 10 resources: requests: - cpu: 100m + cpu: 50m memory: 128Mi limits: memory: 512Mi diff --git a/deploy/k01/infra/ratelimit.yaml b/deploy/k01/infra/ratelimit.yaml index 65427f0..027a4df 100644 --- a/deploy/k01/infra/ratelimit.yaml +++ b/deploy/k01/infra/ratelimit.yaml @@ -63,6 +63,8 @@ spec: requests: cpu: 20m memory: 32Mi + limits: + memory: 64Mi --- apiVersion: v1 @@ -124,7 +126,7 @@ spec: mountPath: /data/ratelimit/config resources: requests: - cpu: 50m + cpu: 20m memory: 64Mi limits: memory: 256Mi diff --git a/deploy/k01/infra/redis.yaml b/deploy/k01/infra/redis.yaml index a0b3799..b9609ce 100644 --- a/deploy/k01/infra/redis.yaml +++ b/deploy/k01/infra/redis.yaml @@ -10,7 +10,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -41,7 +41,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -72,7 +72,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -103,7 +103,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -134,7 +134,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -165,7 +165,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -196,7 +196,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -227,7 +227,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -258,7 +258,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -289,7 +289,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -320,7 +320,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi @@ -351,7 +351,7 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - cpu: 50m + cpu: 10m memory: 64Mi limits: memory: 1Gi diff --git a/deploy/k01/services/authz-adapter.yaml b/deploy/k01/services/authz-adapter.yaml index 1b4a70d..0da79aa 100644 --- a/deploy/k01/services/authz-adapter.yaml +++ b/deploy/k01/services/authz-adapter.yaml @@ -30,7 +30,7 @@ spec: value: "user-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/chat.yaml b/deploy/k01/services/chat.yaml index 431d620..fb82482 100644 --- a/deploy/k01/services/chat.yaml +++ b/deploy/k01/services/chat.yaml @@ -65,7 +65,7 @@ spec: readOnly: true resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/community.yaml b/deploy/k01/services/community.yaml index 0aee912..e93d30e 100644 --- a/deploy/k01/services/community.yaml +++ b/deploy/k01/services/community.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -117,7 +117,7 @@ spec: value: "user-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/dispute.yaml b/deploy/k01/services/dispute.yaml index b7defd9..3065a1f 100644 --- a/deploy/k01/services/dispute.yaml +++ b/deploy/k01/services/dispute.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -119,7 +119,7 @@ spec: value: "player-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/email.yaml b/deploy/k01/services/email.yaml index 3d1d358..b1168a0 100644 --- a/deploy/k01/services/email.yaml +++ b/deploy/k01/services/email.yaml @@ -39,7 +39,7 @@ spec: value: "juwan-kafka-kafka-bootstrap.kafka:9092" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -127,7 +127,7 @@ spec: key: reply-to resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/frontend.yaml b/deploy/k01/services/frontend.yaml index 69233c0..f0e63e6 100644 --- a/deploy/k01/services/frontend.yaml +++ b/deploy/k01/services/frontend.yaml @@ -25,7 +25,7 @@ spec: containerPort: 3000 resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/game.yaml b/deploy/k01/services/game.yaml index b35c8e8..92d71e4 100644 --- a/deploy/k01/services/game.yaml +++ b/deploy/k01/services/game.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -115,7 +115,7 @@ spec: value: "game-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/notification.yaml b/deploy/k01/services/notification.yaml index 093d782..383d5c1 100644 --- a/deploy/k01/services/notification.yaml +++ b/deploy/k01/services/notification.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -115,7 +115,7 @@ spec: value: "notification-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/objectstory.yaml b/deploy/k01/services/objectstory.yaml index d627fa4..4620fdc 100644 --- a/deploy/k01/services/objectstory.yaml +++ b/deploy/k01/services/objectstory.yaml @@ -53,7 +53,7 @@ spec: key: region resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -108,7 +108,7 @@ spec: value: "objectstory-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/order.yaml b/deploy/k01/services/order.yaml index dd0f28a..54ffffd 100644 --- a/deploy/k01/services/order.yaml +++ b/deploy/k01/services/order.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -119,7 +119,7 @@ spec: value: "shop-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/player.yaml b/deploy/k01/services/player.yaml index b651d39..3a13148 100644 --- a/deploy/k01/services/player.yaml +++ b/deploy/k01/services/player.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -117,7 +117,7 @@ spec: value: "user-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/review.yaml b/deploy/k01/services/review.yaml index ba812cf..9a7cdc7 100644 --- a/deploy/k01/services/review.yaml +++ b/deploy/k01/services/review.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -119,7 +119,7 @@ spec: value: "review-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/search.yaml b/deploy/k01/services/search.yaml index cb725d0..5e3dab1 100644 --- a/deploy/k01/services/search.yaml +++ b/deploy/k01/services/search.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -115,7 +115,7 @@ spec: value: "search-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/shop.yaml b/deploy/k01/services/shop.yaml index 84e5e02..63aaa00 100644 --- a/deploy/k01/services/shop.yaml +++ b/deploy/k01/services/shop.yaml @@ -62,7 +62,7 @@ spec: value: "user-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -119,7 +119,7 @@ spec: value: "shop-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/snowflake.yaml b/deploy/k01/services/snowflake.yaml index b79b00f..73c6689 100644 --- a/deploy/k01/services/snowflake.yaml +++ b/deploy/k01/services/snowflake.yaml @@ -38,7 +38,7 @@ spec: containerPort: 8080 resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/user-verifications.yaml b/deploy/k01/services/user-verifications.yaml index c5b8cfa..8fde34f 100644 --- a/deploy/k01/services/user-verifications.yaml +++ b/deploy/k01/services/user-verifications.yaml @@ -62,7 +62,7 @@ spec: value: "user-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/user.yaml b/deploy/k01/services/user.yaml index 029a87b..a5b7be2 100644 --- a/deploy/k01/services/user.yaml +++ b/deploy/k01/services/user.yaml @@ -80,7 +80,7 @@ spec: key: secret-key resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -137,7 +137,7 @@ spec: value: "user-verifications-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi diff --git a/deploy/k01/services/wallet.yaml b/deploy/k01/services/wallet.yaml index 42aa113..36f5414 100644 --- a/deploy/k01/services/wallet.yaml +++ b/deploy/k01/services/wallet.yaml @@ -60,7 +60,7 @@ spec: value: "snowflake-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi @@ -115,7 +115,7 @@ spec: value: "wallet-rpc-svc.juwan:8080" resources: requests: - cpu: 20m + cpu: 10m memory: 32Mi limits: memory: 512Mi