You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Umbrella Chart for the DOME Marketplace access-node
6
6
@@ -20,6 +20,7 @@ Umbrella Chart for the DOME Marketplace access-node
20
20
21
21
| Key | Type | Default | Description |
22
22
|-----|------|---------|-------------|
23
+
| desmos.app.desmosPathVersion | string |`"v2"`||
23
24
| desmos.app.dltAdapter.externalDomain | external |`"http://dlt-adapter:8080"`| address of the dlt-adapter |
24
25
| desmos.app.dltAdapter.internalDomain | local |`"http://dlt-adapter:8080"`| address of the dlt-adapter |
25
26
| desmos.app.dltAdapter.provider | string |`"digitelts"`| provider of the dlt-adapter component |
@@ -57,15 +58,14 @@ Umbrella Chart for the DOME Marketplace access-node
57
58
| desmos.db.password | string |`"postgres"`| default password to be used |
58
59
| desmos.db.port | int |`5432`| port of the host of the db |
59
60
| desmos.db.username | string |`"postgres"`| username to be used |
60
-
| desmos.desmosPathVersion | string |`"v2"`| also update the version on contextUrl of tmf |
61
61
| desmos.enabled | bool |`true`| should the desmos-blockchain-connector be enabled |
62
62
| desmos.fullnameOverride | string |`"desmos"`| overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace |
0 commit comments