forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
128 lines (116 loc) · 2.27 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
chain:
era: 26
name: testnet
genesisConfigmap:
diem_chains:
testnet:
id: TESTNET
waypoint: 0:3139c30efe6dbde4228efb9df32c137dc3a2490b97ab6a086897be1d0cb336f0
seeds:
4223dd0eeb0b0d78720a8990700955e1:
addresses:
- "/dns4/fn.testnet.diem.com/tcp/6182/ln-noise-ik/d29d01bed8ab6c30921b327823f7e92c63f8371456fb110256e8c0e8911f4938/ln-handshake/0"
keys:
- "d29d01bed8ab6c30921b327823f7e92c63f8371456fb110256e8c0e8911f4938"
role: "Upstream"
rust_log: info
image:
repo: diem/validator
tag: devnet
pullPolicy: IfNotPresent
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 3Gi
nodeSelector: {}
tolerations: []
affinity: {}
storage:
# Set this to a StorageClass available on your Kubernetes cluster
class:
size: 350Gi
service:
# Change this to LoadBalancer to expose the JSON-RPC endpoint externally
type: ClusterIP
externalTrafficPolicy:
loadBalancerSourceRanges: []
annotations: {}
serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
annotations: {}
logging:
address:
backup:
image:
repo: diem/tools
tag: devnet
pullPolicy: IfNotPresent
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi
nodeSelector: {}
tolerations: []
affinity: {}
enable: false
config:
location:
s3:
bucket:
gcs:
bucket:
azure:
account:
container:
sas:
state_snapshot_interval: 200000
transaction_batch_size: 100000
backup_verify:
schedule: "@daily"
resources:
limits:
cpu: 0.5
memory: 512Mi
requests:
cpu: 0.5
memory: 512Mi
nodeSelector: {}
tolerations: []
affinity: {}
restore:
image:
repo: diem/tools
tag: devnet
pullPolicy: IfNotPresent
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 3Gi
nodeSelector: {}
tolerations: []
affinity: {}
config:
location:
s3:
bucket:
gcs:
bucket:
azure:
account:
container:
sas:
trusted_waypoints: []
concurrent_downloads: 2