This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
qubernetes-istanbul-tessera-7nodes-pvc.yaml
113 lines (102 loc) · 2.76 KB
/
qubernetes-istanbul-tessera-7nodes-pvc.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
genesis:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
Tm_Version: 21.7.2
Chain_Id: 10
config:
Tessera_Config_Dir: 7nodes
Genesis_File: 7nodes/istanbul-genesis.json
Permissioned_Nodes_File: 7nodes/permissioned-nodes.json
# This is where all the keys are store, and/or where they are generated, as in the case of quorum-keygen.
# Either full or relative paths on the machine generating the config
Key_Dir_Base: 7nodes
k8s:
service:
# NodePort | ClusterIP
type: ClusterIP
# persistent storage is handled by Persistent Volume Claims (PVC) https://kubernetes.io/docs/concepts/storage/persistent-volumes/
# test locally and on GCP.
storage:
# PVC (Persistent_Volume_Claim - tested with GCP).
Type: PVC
## when redeploying cannot be less than previous values
Capacity: 200Mi
nodes:
- Node_UserIdent: quorum-node1
Key_Dir: key1
quorum:
quorum:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2
- Node_UserIdent: quorum-node2
Key_Dir: key2
quorum:
quorum:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2
- Node_UserIdent: quorum-node3
Key_Dir: key3
quorum:
quorum:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2
- Node_UserIdent: quorum-node4
Key_Dir: key4
quorum:
quorum:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2
- Node_UserIdent: quorum-node5
Key_Dir: key5
quorum:
quorum:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2
- Node_UserIdent: quorum-node6
Key_Dir: key6
quorum:
quorum:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2
- Node_UserIdent: quorum-node7
Key_Dir: key7
quorum:
quorum:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2