You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#nginx.ingress.kubernetes.io/limit-whitelist: "x.x.x.x/x" # Configure the internal network to be excluded from rate-limiting, you can specify a list of IPs or CIDRs to allow
8
-
#nginx.ingress.kubernetes.io/limit-connections: "20" # Limit the number of connections per IP address
9
-
#nginx.ingress.kubernetes.io/limit-rpm: "300" # Limit the number of requests per minute per IP address
10
-
#nginx.ingress.kubernetes.io/limit-rps: "10" # Limit the number of requests per second per IP address
8
+
#nginx.ingress.kubernetes.io/limit-connections: "200" # Limit the number of connections per IP address
9
+
#nginx.ingress.kubernetes.io/limit-rpm: "600" # Limit the number of requests per minute per IP address
10
+
#nginx.ingress.kubernetes.io/limit-rps: "200" # Limit the number of requests per second per IP address
0 commit comments