-
Notifications
You must be signed in to change notification settings - Fork 1
/
values.yaml
44 lines (40 loc) · 1.01 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Default values for ethereum.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
imagePullPolicy: IfNotPresent
bootnode:
image:
repository: ethereum/client-go
tag: alltools-v1.8.3
ethstats:
image:
repository: ethereumex/eth-stats-dashboard
tag: v0.0.1
webSocketSecret: my-secret-for-connecting-to-ethstats
service:
type: LoadBalancer
geth:
image:
repository: ethereum/client-go
tag: v1.8.3
tx:
# transaction nodes
replicaCount: 2
service:
type: ClusterIP
miner:
# miner nodes
replicaCount: 3
genesis:
# geth genesis block
difficulty: '0x0400'
gasLimit: '0x8000000'
networkId: 98052
account:
# You will need to configure an Ethereum account before this
# network will run. The Ethereum account will be used to seed
# Ether and mined Ether will be deposited into this account.
# ref: https://github.com/ethereum/go-ethereum/wiki/Managing-your-accounts
address:
privateKey:
secret: