From 2f4e5fe7a843c3ec3766f836eccdcbb4a14fda0f Mon Sep 17 00:00:00 2001 From: Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram Date: Wed, 12 Apr 2023 16:00:17 +0400 Subject: [PATCH] Increase rate limit --- .k8s/manifest-dallas.yml | 2 +- .k8s/manifest-london.yml | 2 +- .k8s/manifest-singapore.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.k8s/manifest-dallas.yml b/.k8s/manifest-dallas.yml index 19288c3..38ffed1 100644 --- a/.k8s/manifest-dallas.yml +++ b/.k8s/manifest-dallas.yml @@ -86,7 +86,7 @@ metadata: name: rate-limiting-alquran-api namespace: alquran-cloud config: - second: 5 # 2 Ingress Pods. 60 requests per minute per IP - so 4 requests per IP per second, effectively. + second: 10 policy: redis redis_host: redis-ratelimit-master redis_port: 6379 diff --git a/.k8s/manifest-london.yml b/.k8s/manifest-london.yml index 6346f8d..3061b40 100644 --- a/.k8s/manifest-london.yml +++ b/.k8s/manifest-london.yml @@ -70,7 +70,7 @@ metadata: name: rate-limiting-alquran-api namespace: alquran-cloud config: - second: 5 # 2 Ingress Pods. 60 requests per minute per IP - so 4 requests per IP per second, effectively. + second: 10 policy: redis redis_host: redis-ratelimit-master redis_port: 6379 diff --git a/.k8s/manifest-singapore.yml b/.k8s/manifest-singapore.yml index 4b6e02e..cd12aca 100644 --- a/.k8s/manifest-singapore.yml +++ b/.k8s/manifest-singapore.yml @@ -58,7 +58,7 @@ metadata: name: rate-limiting-alquran-api namespace: alquran-cloud config: - second: 5 # 2 Ingress Pods. 60 requests per minute per IP - so 4 requests per IP per second, effectively. + second: 10 policy: redis redis_host: redis-ratelimit-master redis_port: 6379