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
/
qubes-full.yaml
110 lines (102 loc) · 3.03 KB
/
qubes-full.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
k8s:
sep_deployment_files: true
# optionally allow a security context to be set for the deployment, e.g. can the user have root access?
securityContext:
runAsUser: 430
fsGroup: 430
supplementalGroups: [666,777]
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
cakeshop:
version: 0.12.1
service:
type: NodePort
nodePort: 30108
# monitor will enable prometheus geth monitoring, grafana is kept external for now.
prometheus:
# override the default monitor startup params --metrics --metrics.expensive --pprof --pprofaddr=0.0.0.0.
#monitor_params_geth: --metrics --metrics.expensive --pprof --pprofaddr=0.0.0.0
nodePort_prom: 31323
# 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
Docker_Repo: MY_DOCKER_REPO
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2
Docker_Repo: MY_DOCKER_REPO
geth:
network:
# network id (1: mainnet, 3: ropsten, 4: rinkeby ... )
id: 1101
verbosity: 9
Geth_Startup_Params: --rpccorsdomain=\"*\"
- Node_UserIdent: quorum-node2
Key_Dir: key2
quorum:
quorum:
# supported: (raft | istanbul)
consensus: istanbul
Quorum_Version: 21.7.1
# the docker repo that hold your quorum container
Docker_Repo: MY_DOCKER_REPO
tm:
# (tessera|constellation)
Name: tessera
Tm_Version: 21.7.2
# the docker repo that hold your quorum container
Docker_Repo: MY_DOCKER_REPO
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