Skip to content

Commit 8bcac9b

Browse files
committed
Generate install.yaml
1 parent 99ac360 commit 8bcac9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

install/helm/agones/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ agones:
9696
timeoutSeconds: 1
9797
allocationBatchWaitTime: 500ms
9898
sdk:
99-
requestsRateLimit: 1s
99+
requestsRateLimit: 500ms
100100
replicas: 2
101101
pdb:
102102
minAvailable: 1

install/yaml/install.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18079,6 +18079,8 @@ spec:
1807918079
value: "0"
1808018080
- name: SIDECAR_RUN_AS_USER
1808118081
value: "1000"
18082+
- name: SIDECAR_REQUESTS_RATE_LIMIT
18083+
value: "500ms"
1808218084
- name: SDK_SERVICE_ACCOUNT
1808318085
value: "agones-sdk"
1808418086
- name: PROMETHEUS_EXPORTER

0 commit comments

Comments
 (0)