@@ -7,11 +7,16 @@ replicaCount: 1
7
7
image :
8
8
repository : stellarbridge
9
9
pullPolicy : IfNotPresent
10
- tag : ' '
10
+ tag : " "
11
+
12
+ bscNodeImage :
13
+ repository : ghcr.io/threefoldfoundation/bscchain-mainnet
14
+ pullPolicy : IfNotPresent
15
+ tag : " 1.4.3"
11
16
12
17
imagePullSecrets : []
13
- nameOverride : ' '
14
- fullnameOverride : ' '
18
+ nameOverride : " "
19
+ fullnameOverride : " "
15
20
16
21
serviceAccount :
17
22
# Specifies whether a service account should be created
@@ -20,7 +25,7 @@ serviceAccount:
20
25
annotations : {}
21
26
# The name of the service account to use.
22
27
# If not set and create is true, a name is generated using the fullname template
23
- name : ' '
28
+ name : " "
24
29
25
30
podAnnotations : {}
26
31
@@ -39,25 +44,25 @@ securityContext:
39
44
global :
40
45
41
46
# should be provided on startup
42
- stellar_secret : ' SDPYTGXR5AVMRC7RPGHICR33A76QUAJPJA344DM3TIATZ6PUBMGPVWE4'
47
+ stellar_secret : " SDPYTGXR5AVMRC7RPGHICR33A76QUAJPJA344DM3TIATZ6PUBMGPVWE4"
43
48
# testnet or production
44
- network : ' testnet'
49
+ network : " testnet"
45
50
46
51
# json content for the account json file
47
52
account_json : |-
48
- account_password : ' test123'
53
+ account_password : " test123"
49
54
# smart-chain-testnet or smart-chain-mainnet
50
- eth_network : ' smart-chain-testnet'
55
+ eth_network : " smart-chain-testnet"
51
56
# production: 0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf
52
- contract_address : ' 0xa5900c87f25851A4ABaD0c2bFFf3ad3Ee852BC80'
57
+ contract_address : " 0xa5900c87f25851A4ABaD0c2bFFf3ad3Ee852BC80"
53
58
# production: 0xa4E8d413004d46f367D4F09D6BD4EcBccfE51D33
54
- ms_contract_address : ' 0x6B5507633eBa86E202b1385d47415d6e2c51937D'
59
+ ms_contract_address : " 0x6B5507633eBa86E202b1385d47415d6e2c51937D"
55
60
# production: GBFFWXWBZDILJJAMSINHPJEUJKB3H4UYXRWNB4COYQAF7UUQSWSBUXW5
56
- bridge_master_address : ' GAAIZXWNMODKAPITN7E2CSYOJUWJSKGE6CYGYZFEZI7ZBNLD5WXABB2V'
61
+ bridge_master_address : " GAAIZXWNMODKAPITN7E2CSYOJUWJSKGE6CYGYZFEZI7ZBNLD5WXABB2V"
57
62
# production: GAB73WDASF6VKA6IVJQT5DTNG64CILPMAZH4OHXKXPKA4WOBNNXCFJZQ
58
63
# stellar_fee_wallet: "GBC3XAFKPN6RDL4MEDZCYS3GOP3ANRCHRY5722UUJ52RVVODVMMWAGTJ"
59
64
is_follower : false
60
- eth_url : ' /storage/geth.ipc'
65
+ eth_url : " /storage/geth.ipc"
61
66
62
67
# Rescan from a certain blockheight
63
68
# If set to 0, it will just take the current blockheight from the lightnode
@@ -85,7 +90,7 @@ resources:
85
90
# memory: 128Mi
86
91
87
92
volume :
88
- existingpersistentVolumeClaim : ' pvc-bridge-local'
93
+ existingpersistentVolumeClaim : " pvc-bridge-local"
89
94
persistentVolume :
90
95
create : false
91
96
@@ -96,4 +101,4 @@ tolerations: []
96
101
affinity : {}
97
102
98
103
threefoldVdc :
99
- backup : ' '
104
+ backup : " "
0 commit comments