Skip to content

Commit

Permalink
fix: renamed options
Browse files Browse the repository at this point in the history
  • Loading branch information
metacertain committed Nov 15, 2021
1 parent 46dff9d commit 9811394
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/bee/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ data:
{{- else }}
password: {{ include "bee.password" . }}
{{- end }}
payment-early: {{ .Values.beeConfig.payment_early }}
payment-early-percent: {{ .Values.beeConfig.payment_early_percent }}
payment-threshold: {{ .Values.beeConfig.payment_threshold }}
payment-tolerance: {{ .Values.beeConfig.payment_tolerance }}
payment-tolerance-percent: {{ .Values.beeConfig.payment_tolerance_percent }}
postage-stamp-address: {{ .Values.beeConfig.postage_stamp_address }}
price-oracle-address: {{ .Values.beeConfig.price_oracle_address }}
p2p-addr: {{ .Values.beeConfig.p2p_addr }}
Expand Down
4 changes: 2 additions & 2 deletions charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,11 @@ beeConfig:
# existingSecret:
# existingSecretPasswordKey:
## percentage below the peers payment threshold when we initiate settlement
payment_early: 25
payment_early_percent: 50
## Threshold in BZZ where you expect to get paid from your peers
payment_threshold: 100000000
## excess debt above payment threshold in percentages where you disconnect from your peer
payment_tolerance: 25
payment_tolerance_percent: 25
## Postage stamp address
postage_stamp_address: ""
## Price oracle address
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 500000000
payment-tolerance-percent: 25
postage-stamp-address: "0x538e6de1d876bbcd5667085257bc92f7c808a0f3"
price-oracle-address: "0xfc28330f1ece0ef2371b724e0d19c1ee60b728b2"
resolver-options: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/infra-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 500000000
payment-tolerance-percent: 25
postage-stamp-address: "0x538e6de1d876bbcd5667085257bc92f7c808a0f3"
price-oracle-address: "0xfc28330f1ece0ef2371b724e0d19c1ee60b728b2"
resolver-options: "https://cloudflare-eth.com"
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 10000000
payment-tolerance-percent: 25
postage-stamp-address: "0x538e6de1d876bbcd5667085257bc92f7c808a0f3"
price-oracle-address: "0xfc28330f1ece0ef2371b724e0d19c1ee60b728b2"
resolver-options: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/testnet-giant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 500000000
payment-tolerance-percent: 25
postage-stamp-address: "0x538e6de1d876bbcd5667085257bc92f7c808a0f3"
price-oracle-address: "0xfc28330f1ece0ef2371b724e0d19c1ee60b728b2"
resolver-options: "https://cloudflare-eth.com"
Expand Down
4 changes: 2 additions & 2 deletions charts/beekeeper/files/testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ bee-configs:
p2p-quic-enable: false
p2p-ws-enable: false
password: "beekeeper"
payment-early: 10000000
payment-early-percent: 50
payment-threshold: 100000000
payment-tolerance: 500000000
payment-tolerance-percent: 25
postage-stamp-address: ""
price-oracle-address: ""
resolver-options: "https://cloudflare-eth.com"
Expand Down

0 comments on commit 9811394

Please sign in to comment.