forked from arsys-internet/oceanprotocol-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-minikube-provider.yaml
More file actions
47 lines (43 loc) · 1.53 KB
/
values-minikube-provider.yaml
File metadata and controls
47 lines (43 loc) · 1.53 KB
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
# Example values for a Minikube Provider deployment
networks:
networksURL: |
{ "32456": "https://rpc.dev.pontus-x.eu",
"32457": "https://rpc.test.pontus-x.eu" }
privateProviders: |
{ "32456": "0x0001234567890123456789012345678901234567890123456789012345678901",
"32457": "0x0001234567890123456789012345678901234567890123456789012345678901" }
publicProviders: |
[ "0x88867CaFe3b2839126b7470ccF79C26Ae847b626" ]
privateOperator: "0x0001234567890123456789012345678901234567890123456789012345678901"
publicOperator: "0x88867CaFe3b2839126b7470ccF79C26Ae847b626"
adminSecret: "myAdminSecret"
ipfs:
enabled: true
storage:
classname: "standard" # Use a storage class with dynamic provisioning, like Minikube's default storage class 'standard'
ingress:
annotations:
# cert-manager.io/cluster-issuer: letsencrypt-production
host: "ipfs.local"
# tls: true
# secretName: ipfs-tls
postgres:
storage:
classname: "standard" # Use a storage class with dynamic provisioning, like Minikube's default storage class 'standard'
db:
user: "postgresadmin"
pass: "postgresadminpass"
provider:
image:
tag: "v2.1.3"
ipfsGateway: "https://ipfs.local"
providerFeeToken: |
{ "32456": "0x8a4826071983655805bf4f29828577cd6b1ac0cb",
"32457": "0xdd0a0278f6BAF167999ccd8Aa6C11A9e2fA37F0a" }
aquariusURL: "https://aquarius.pontus-x.eu/"
ingress:
annotations:
# cert-manager.io/cluster-issuer: letsencrypt-prod
host: "provider.local"
# tls: true
# secretName: provider-tls