forked from ethpandaops/ethereum-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
values.yaml
39 lines (39 loc) · 1.12 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
taiko-client:
global:
network: hekla
mode: proposer
# Change these to the values of the svc in your namespace
l1Endpoints:
l1Http: "http://ethereum-node-holesky-execution:8545"
l1Ws: "ws://ethereum-node-holesky-execution:8545"
l1Beacon: "http://ethereum-node-holesky-beacon:5052"
l2Endpoints:
l2Http: "http://taiko-node-taiko-geth:8545"
l2Ws: "ws://taiko-node-taiko-geth:8546"
l2Auth: "http://taiko-node-taiko-geth:8551"
# WARN: do not commit these values, using external secrets is recommended
secret:
jwt: ecb22bc24e7d4061f7ed690ccd5846d7d73f5d2b9733267e12f56790398d908a
proposerPrivateKey: ""
resources:
requests:
cpu: 1000m
memory: 500Mi
limits:
cpu: 1000m
memory: 500Mi
replicaCount: 1
hekla:
proposer:
proverSetAddress: ""
suggestedFeeRecipient: ""
txGasLimit: "3000000"
blockProposalFeeGwei: 1
blobAllowed: true
mainnet:
proposer:
proverSetAddress: ""
suggestedFeeRecipient: ""
txGasLimit: "3000000"
blockProposalFeeGwei: 1
blobAllowed: true