Skip to content

Commit

Permalink
Add bpn-discovery helm
Browse files Browse the repository at this point in the history
Add discovery-finder helm
  • Loading branch information
tunacicek committed Feb 19, 2024
1 parent b2257cc commit a489fd7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
10 changes: 9 additions & 1 deletion charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sources:
- https://github.com/eclipse-tractusx/e2e-testing

type: application
version: 0.3.0
version: 0.4.0

dependencies:
# # TODO: update edc components to R23.12
Expand Down Expand Up @@ -56,3 +56,11 @@ dependencies:
name: sharedidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 2.0.0
# discovery-finder
- name: discoveryfinder
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.2
# bpn-discovery
- name: bpndiscovery
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.2
28 changes: 28 additions & 0 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,31 @@ sharedidp:
replicaCount: 1
postgresql:
nameOverride: "sharedidp-postgresql"

bpndiscovery:
enablePostgres: true
bpndiscovery:
authentication: false
bpndiscoverEndpoint:
allowedTypes: oen,wmi,passtype,manufacturerPartId
description: Service to discover BPN for different kind of type numbers
endpointAddress: /bpndiscovery
documentation: /bpndiscovery/swagger-ui/index.html
timeToLive: "31536000"
livenessProbe:
initialDelaySeconds: 200
readinessProbe:
initialDelaySeconds: 200
postgresql:
nameOverride: "bpndiscovery-postgresql"

discoveryfinder:
enablePostgres: true
discoveryfinder:
authentication: false
livenessProbe:
initialDelaySeconds: 200
readinessProbe:
initialDelaySeconds: 200
postgresql:
nameOverride: "discoveryfinder-postgresql"

0 comments on commit a489fd7

Please sign in to comment.