Skip to content

Commit

Permalink
Add simple data backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarciaLKS committed Nov 7, 2024
1 parent 402dde3 commit ae3a628
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/umbrella/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,12 @@ Involved components:
- Data Provider
- Data Consumer 1
- Data Consumer 2 (Optional)
- BDRS Server Memory
- BPN-DID-Resolution-Service (BDRS)
- SSI DIM Wallet Stub
- SSI Credential Issuer
- pgadmin4
- Simple Data Backend

#### Get to know the Portal

Expand Down
3 changes: 3 additions & 0 deletions charts/umbrella/values-adopter-data-exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ ssi-credential-issuer:

ssi-dim-wallet-stub:
enabled: true

simple-data-backend:
enabled: true
9 changes: 9 additions & 0 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,15 @@ dataconsumerOne:

simple-data-backend:
enabled: false
nameOverride: dataprovider-submodelserver
ingress:
enabled: true
className: "nginx"
hosts:
- host: "dataprovider-submodelserver.tx.test"
paths:
- path: "/"
pathType: "Prefix"

tx-data-provider:
enabled: false
Expand Down

0 comments on commit ae3a628

Please sign in to comment.