Skip to content

Commit

Permalink
[helm] make pfn max connection number configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored and aptos-bot committed Mar 21, 2022
1 parent 499393c commit 2610535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/helm/fullnode/files/fullnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ full_node_networks:
{{- .Values.fullnode_inbound_rate_limit | toYaml | nindent 6 }}
outbound_rate_limit_config:
{{- .Values.fullnode_outbound_rate_limit | toYaml | nindent 6 }}

max_inbound_connections: {{ .Values.fullnode_max_inbound_connections }}
storage:
backup_service_address: "0.0.0.0:6186"

Expand Down
1 change: 1 addition & 0 deletions terraform/helm/fullnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fullnode_outbound_rate_limit:
ip_byte_bucket_rate: 1048576
ip_byte_bucket_size: 1048576
initial_bucket_fill_percentage: 25
fullnode_max_inbound_connections: 1000

rust_log: info

Expand Down

0 comments on commit 2610535

Please sign in to comment.