We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ac360 commit 8bcac9bCopy full SHA for 8bcac9b
install/helm/agones/values.yaml
@@ -96,7 +96,7 @@ agones:
96
timeoutSeconds: 1
97
allocationBatchWaitTime: 500ms
98
sdk:
99
- requestsRateLimit: 1s
+ requestsRateLimit: 500ms
100
replicas: 2
101
pdb:
102
minAvailable: 1
install/yaml/install.yaml
@@ -18079,6 +18079,8 @@ spec:
18079
value: "0"
18080
- name: SIDECAR_RUN_AS_USER
18081
value: "1000"
18082
+ - name: SIDECAR_REQUESTS_RATE_LIMIT
18083
+ value: "500ms"
18084
- name: SDK_SERVICE_ACCOUNT
18085
value: "agones-sdk"
18086
- name: PROMETHEUS_EXPORTER
0 commit comments