Skip to content

Commit

Permalink
Merge pull request #373 from catenax-ng/chore/update-dtr
Browse files Browse the repository at this point in the history
Chore/update dtr
  • Loading branch information
ds-jhartmann authored Jul 14, 2023
2 parents 11c0a6f + b272a5f commit 80ef2ea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/connector/aasregistry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ appVersion: 0.0.1

dependencies:
- name: registry
version: 0.2.14
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.3.9
repository: https://eclipse-tractusx.github.io/sldt-digital-twin-registry
18 changes: 9 additions & 9 deletions charts/connector/aasregistry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ registry:
size: 1Gi
resources:
limits:
cpu: 750m
memory: 1Gi
cpu: 1500m
memory: 2Gi
requests:
cpu: 250m
memory: 512Mi
cpu: 200m
memory: 2Gi

registry:
authentication: false
Expand All @@ -41,17 +41,17 @@ registry:
enabled: true
tls: true
className: nginx
urlPrefix: /semantics/registry
annotations:
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/x-forwarded-prefix: /semantics/registry

resources:
limits:
cpu: 750m
memory: 1Gi
cpu: 1500m
memory: 2Gi
requests:
cpu: 250m
memory: 512Mi
cpu: 200m
memory: 2Gi
4 changes: 3 additions & 1 deletion charts/irs-environments/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ irs-helm:
- "irs.dev.demo.catena-x.net"
secretName: tls-secret
digitalTwinRegistry:
url: https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry
url: https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3.0
descriptorEndpoint: >-
{{ tpl (.Values.digitalTwinRegistry.url | default "") . }}/shell-descriptors/{aasIdentifier}
discoveryFinderUrl: https://discovery-mock.dev.demo.catena-x.net/api/administration/connectors/discovery/search
semanticshub:
url: https://semantics.int.demo.catena-x.net/hub/api/v1/models
Expand Down

0 comments on commit 80ef2ea

Please sign in to comment.