File tree 3 files changed +30
-1
lines changed
infrastructure/charts/node
3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ dependencies:
2
+ - name: nginx
3
+ repository: https://charts.bitnami.com/bitnami
4
+ version: 16.0.7
5
+ digest: sha256:fbb6b2644c14ff1f2d2010bfb1892de4ad59837a811bc10850a67158be138af7
6
+ generated: "2024-05-10T16:54:55.415234401+10:00"
Original file line number Diff line number Diff line change @@ -19,4 +19,8 @@ version: 0.1.0
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
21
appVersion : " 2.2.1"
22
- dependencies : []
22
+ dependencies :
23
+ - name : nginx
24
+ repository : https://charts.bitnami.com/bitnami
25
+ version : 16.0.7
26
+ condition : vdr.externalResources.wallet.tls
Original file line number Diff line number Diff line change @@ -40,6 +40,25 @@ database:
40
40
numberOfInstances : 2
41
41
42
42
vdr :
43
+ externalResources :
44
+ wallet :
45
+ # host: 8090-cardano-wallet-preprod-bdj2f7.workloads-m1.demeter.run
46
+ # port: 8090
47
+ tls : false
48
+ # db_sync:
49
+ # database": FIXME
50
+ # host": FIXME
51
+ # password": FIXME
52
+ # username": FIXME
43
53
cardanoNode : atala-cardano-dev-preprod
44
54
cardanoNamespace : cardano-stack
45
55
cardanoWallet : dev-k8s-cardano-wallet
56
+
57
+ nginx :
58
+ serverBlock : |-
59
+ server {
60
+ location / {
61
+ resolver 8.8.8.8;
62
+ proxy_pass https://8090-cardano-wallet-preprod-bdj2f7.workloads-m1.demeter.run$uri$is_args$args;
63
+ }
64
+ }
You can’t perform that action at this time.
0 commit comments