forked from MinaProtocol/mina
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
48 lines (44 loc) · 1.29 KB
/
values.yaml
File metadata and controls
48 lines (44 loc) · 1.29 KB
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
45
46
47
48
testnetName: "testnet"
mina:
runtimeConfig:
generateGenesisProof: true
logPrecomputedBlocks: true
logTxnPoolGossip: false
maxConnections: 200
image: gcr.io/o1labs-192920/mina-daemon:1.2.0beta8-5b35b27-devnet
useCustomEntrypoint: false
customEntrypoint: ""
privkeyPass: "naughty blue worm"
seedPeers:
- /ip4/35.185.66.37/tcp/10105/p2p/12D3KooWQ7Pz3SPizarzx9ZhCJ6jNmQ2iDPgHQxVzRzqYU2SgRSd
- /ip4/35.237.214.144/tcp/10120/p2p/12D3KooWGtjWnCcvkaSEbKuNbPivEogxqtLWcsJiQtURydptvrsA
ports:
client: "8301"
graphql: "3085"
metrics: "8081"
p2p: "10001"
exposeGraphql: false
cpuRequest: 6
memRequest: "12.0Gi"
# seed:
# active: true
# fullname: "seed-node"
# hostPort: 10001
# rpcPort: 8301
# discoveryKeypair: "CAESQNf7ldToowe604aFXdZ76GqW/XVlDmnXmBT+otorvIekBmBaDWu/6ZwYkZzqfr+3IrEh6FLbHQ3VSmubV9I9Kpc=,CAESIAZgWg1rv+mcGJGc6n6/tyKxIehS2x0N1Uprm1fSPSqX,12D3KooWAFFq2yEQFFzhU5dt64AWqawRuomG9hL8rSmm5vxhAsgr"
seedConfigs:
- name: test-1
class: "seed"
libp2pSecret: "seed-discovery-keys"
libp2pSecretPassword: "naughty blue worm"
# externalPort: 10001
externalIp: 1.1.1.1
enableArchive: false
archiveAddress: archive-1:3086
healthcheck:
enabled: true
failureThreshold: 60
periodSeconds: 5
initialDelaySeconds: 30
nodeSelector:
preemptible: false