Skip to content

Commit

Permalink
Merge pull request #805 from DOME-Marketplace/DEV2/update-access-node
Browse files Browse the repository at this point in the history
DEV2/update-access-node
  • Loading branch information
bialask-daiteap authored Jan 14, 2025
2 parents e6f15b8 + b47a278 commit 5452e49
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 34 deletions.
4 changes: 2 additions & 2 deletions ionos_dev/marketplace/access-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: access-node
description: Chart holder for ArgoCD
type: application
version: 0.5.3
version: 0.6.0
appVersion: 0.5.1
dependencies:
- name: access-node
condition: access-node.enabled
repository: https://dome-marketplace.github.io/access-node
version: 0.6.8
version: 0.8.0
16 changes: 1 addition & 15 deletions ionos_dev/marketplace/access-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ access-node:
image:
repository: in2workspace/in2-desmos-api
# Overrides the image tag whose default is the chart appVersion.
tag: v1.0.2
tag: v1.0.6
pullPolicy: Always
readinessProbe:
failureThreshold: 10
Expand Down Expand Up @@ -46,10 +46,6 @@ access-node:
internalDomain: http://scorpio:9090
# -- external address of the broker. Will be included in the hashlink and used by other access-nodes to retrieve the actual entities
externalDomain: http://scorpio:9090
## configuration of ngsi-ld entities to listen for
ngsiSubscription:
# -- a list of entity-types the connector is interested in
entityTypes: catalog,product-offering,category,individual,organization,product,service-specification,product-offering-price,resource-specification,product-specification
## configuration to connect to the dlt-adapter
dltAdapter:
# -- provider of the dlt-adapter component
Expand All @@ -58,10 +54,6 @@ access-node:
internalDomain: http://dlt-adapter:8080
# -- (external) address of the dlt-adapter
externalDomain: http://dlt-adapter:8080
## configuration of subscriptions at the blockchain
txSubscription:
# -- a list of entity-types the connector is interested in
entityTypes: catalog,product-offering,category,individual,organization,product,service-specification,product-offering-price,resource-specification,product-specification
# -- operator external domain
externalDomain: "https://desmos.dome-marketplace-dev.org"
# -- configuration to set your private key
Expand Down Expand Up @@ -143,12 +135,6 @@ access-node:
scorpio:
# -- should scorpio be enabled
enabled: true
## configuration of the image to be used
image:
# -- repository to be used - resource friendly all-in-one-runner without kafka
repository: scorpiobroker/all-in-one-runner
# -- tag of the image to be used - latest java image without kafka
tag: java-4.1.10
## configuration of the database to be used by broker
db:
# -- host of the db
Expand Down
4 changes: 2 additions & 2 deletions ionos_dev2/marketplace/access-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: access-node
description: Chart holder for ArgoCD
type: application
version: 0.5.2
version: 0.6.0
appVersion: 0.5.1
dependencies:
- name: access-node
condition: access-node.enabled
repository: https://dome-marketplace.github.io/access-node
version: 0.6.8
version: 0.8.0
16 changes: 1 addition & 15 deletions ionos_dev2/marketplace/access-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ access-node:
image:
repository: in2workspace/in2-desmos-api
# Overrides the image tag whose default is the chart appVersion.
tag: v1.0.2
tag: v1.0.6
pullPolicy: Always
readinessProbe:
failureThreshold: 10
Expand Down Expand Up @@ -46,10 +46,6 @@ access-node:
internalDomain: http://scorpio:9090
# -- external address of the broker. Will be included in the hashlink and used by other access-nodes to retrieve the actual entities
externalDomain: http://scorpio:9090
## configuration of ngsi-ld entities to listen for
ngsiSubscription:
# -- a list of entity-types the connector is interested in
entityTypes: catalog,product-offering,category,individual,organization,product,service-specification,product-offering-price,resource-specification,product-specification
## configuration to connect to the dlt-adapter
dltAdapter:
# -- provider of the dlt-adapter component
Expand All @@ -58,10 +54,6 @@ access-node:
internalDomain: http://dlt-adapter:8080
# -- (external) address of the dlt-adapter
externalDomain: http://dlt-adapter:8080
## configuration of subscriptions at the blockchain
txSubscription:
# -- a list of entity-types the connector is interested in
entityTypes: catalog,product-offering,category,individual,organization,product,service-specification,product-offering-price,resource-specification,product-specification
# -- operator external domain
externalDomain: "https://desmos.dome-marketplace-dev2.org"
externalAccessNodesUrls:
Expand Down Expand Up @@ -146,12 +138,6 @@ access-node:
scorpio:
# -- should scorpio be enabled
enabled: true
## configuration of the image to be used
image:
# -- repository to be used - resource friendly all-in-one-runner without kafka
repository: scorpiobroker/all-in-one-runner
# -- tag of the image to be used - latest java image without kafka
tag: java-4.1.10
## configuration of the database to be used by broker
db:
# -- host of the db
Expand Down

0 comments on commit 5452e49

Please sign in to comment.