This repository was 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
/
Copy pathingress.yaml
83 lines (77 loc) · 2.06 KB
/
ingress.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
k8s:
sep_deployment_files: true
service:
# NodePort | ClusterIP | LoadBalancer
type: NodePort
Ingress:
# OneToMany | OneToOne
Strategy: OneToOne
Host: "quorum.testnet.com"
# persistent storage is handled by Persistent Volume Claims (PVC) https://kubernetes.io/docs/concepts/storage/persistent-volumes/
# test locally and on GCP
# The data dir is persisted here
storage:
# PVC (Persistent_Volume_Claim - tested with GCP).
Type: PVC
## when redeploying cannot be less than previous values
Capacity: 200Mi
# quorum and node specific config
genesis:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
Tm_Version: 21.7.2
Chain_Id: 10
# Add as many nodes as you wish below
# keys and config will be generated locally
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
geth:
Geth_Startup_Params: --rpccorsdomain=\"*\"
- 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
geth:
Geth_Startup_Params: --rpccorsdomain=\"*\"
- 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
geth:
Geth_Startup_Params: --rpccorsdomain=\"*\"
- 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