Skip to content

Commit

Permalink
chore: add warmup time parameter (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
acud authored May 2, 2022
1 parent 4732e37 commit eb1db46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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: v2
appVersion: latest
name: bee
version: 0.11.5
version: 0.11.6
kubeVersion: ">=1.15.0-0"
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://www.ethswarm.org
Expand Down
1 change: 1 addition & 0 deletions charts/bee/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ data:
transaction: {{ .Values.beeConfig.transaction }}
use-postage-snapshot: {{ .Values.beeConfig.use_postage_snapshot }}
verbosity: {{ .Values.beeConfig.verbosity }}
warmup-time: {{ .Values.beeConfig.warmup_time }}
welcome-message: {{ .Values.beeConfig.welcome_message }}
{{- if .Values.beeConfig.bootnode_mode }}
static-nodes:
Expand Down
2 changes: 2 additions & 0 deletions charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ beeConfig:
use_postage_snapshot: false
## Log verbosity level 0=silent, 1=error, 2=warn, 3=info, 4=debug, 5=trace
verbosity: 3
## Warmup time for node (default 20m)
warmup_time: 20m
## Send a welcome message string during handshakes
welcome_message: "Welcome to the Swarm, you are Bee-ing connected!"

Expand Down

0 comments on commit eb1db46

Please sign in to comment.