From 7a62c3e9b70a48be5b983f2e1cccbf0c7577de8a Mon Sep 17 00:00:00 2001 From: whalecold Date: Mon, 2 Sep 2024 15:09:13 +0800 Subject: [PATCH] update readme --- README.md | 1 + README_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e27e407..6b9e345 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ spec: token_bucket: # the qps limit max_tokens: 4 + tokens_per_fill: 10 workloadSelector: labels: # the label of the service pod. diff --git a/README_CN.md b/README_CN.md index 7aea016..3fcc4bc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -250,6 +250,7 @@ spec: token_bucket: # 限流参数 max_tokens: 4 + tokens_per_fill: 10 workloadSelector: labels: # 服务实例 pod 的标签,根据实际情况填写