Skip to content

Commit

Permalink
Add simpleDataBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarciaLKS committed Nov 7, 2024
1 parent ae3a628 commit d6e1b49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
1 change: 0 additions & 1 deletion charts/umbrella/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ Involved components:
- SSI DIM Wallet Stub
- SSI Credential Issuer
- pgadmin4
- Simple Data Backend

#### Get to know the Portal

Expand Down
5 changes: 1 addition & 4 deletions charts/umbrella/values-adopter-data-exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,4 @@ ssi-credential-issuer:
enabled: false

ssi-dim-wallet-stub:
enabled: true

simple-data-backend:
enabled: true
enabled: true
17 changes: 7 additions & 10 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1064,15 +1064,6 @@ 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 Expand Up @@ -1173,7 +1164,13 @@ tx-data-provider:
simple-data-backend:
nameOverride: dataprovider-submodelserver
ingress:
enabled: false
enabled: true
className: "nginx"
hosts:
- host: "dataprovider-submodelserver.tx.test"
paths:
- path: "/"
pathType: "Prefix"

semantic-hub:
enabled: false
Expand Down

0 comments on commit d6e1b49

Please sign in to comment.