Skip to content

Commit

Permalink
Merge pull request #4 from ethersphere/chart/bee
Browse files Browse the repository at this point in the history
Remove connections-* configuration options
  • Loading branch information
Svetomir Smiljkovic authored Feb 6, 2020
2 parents ccb7b1b + dfa2cb4 commit 2cda572
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion charts/bee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
appVersion: latest
name: bee
version: 0.1.3
version: 0.1.4
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://swarm.ethereum.org
icon: https://swarm-guide.readthedocs.io/en/latest/_images/swarm.png
Expand Down
3 changes: 0 additions & 3 deletions charts/bee/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ data:
.bee.yaml: |+
api-addr: {{ .Values.beeConfig.api_addr }}
bootnode: {{ .Values.beeConfig.bootnode }}
connections-grace: {{ .Values.beeConfig.connections_grace }}
connections-high: {{ .Values.beeConfig.connections_high }}
connections-low: {{ .Values.beeConfig.connections_low }}
data-dir: {{ .Values.beeConfig.data_dir }}
debug-api-addr: {{ .Values.beeConfig.debug_api_addr }}
enable-debug-api: {{ .Values.beeConfig.enable_debug_api }}
Expand Down
6 changes: 0 additions & 6 deletions charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ beeConfig:
api_addr: :8080
## initial nodes to connect to
bootnode: ""
## the amount of time a newly opened connection is given before it becomes subject to pruning
connections_grace: 1m
## high watermark governing the number of connections that'll be maintained
connections_high: 400
## low watermark governing the number of connections that'll be maintained
connections_low: 200
## data directory
data_dir: /home/bee/.bee
## debug HTTP API listen address
Expand Down

0 comments on commit 2cda572

Please sign in to comment.