Skip to content

Commit 362b823

Browse files
authored
feat: increase rate limits (#15)
* feat: increase rate limits * chore: version bump
1 parent 5cb6693 commit 362b823

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4-dev
1+
2.0.4

deployment/charts/cluster-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 2.0.4-dev
20-
appVersion: 2.0.4-dev
19+
version: 2.0.4
20+
appVersion: 2.0.4
2121
annotations: {}

deployment/charts/cluster-manager/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ clusterManager:
4545
port: 8080
4646

4747
clientRateLimiter:
48-
qps: "30"
49-
burst: "100"
48+
qps: "50"
49+
burst: "200"
5050

5151
# This is for setting Kubernetes Annotations to a Pod.
5252
podAnnotations: {}

deployment/charts/cluster-template-crd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ apiVersion: v2
66
name: cluster-template-crd
77
description: A Helm chart for the ClusterTemplate CRD
88
type: application
9-
version: 2.0.4-dev
10-
appVersion: 2.0.4-dev
9+
version: 2.0.4
10+
appVersion: 2.0.4
1111
annotations: {}

0 commit comments

Comments
 (0)