Skip to content

Commit

Permalink
Merge pull request #421 from catenax-ng/chore/update-irs-dev
Browse files Browse the repository at this point in the history
Chore/update irs dev
  • Loading branch information
ds-jhartmann authored Jul 14, 2023
2 parents 80ef2ea + 3f8b162 commit 632e8bd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/irs-environments/dev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.6
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 6.0.1
version: 6.2.0
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
version: 0.5.0
Expand Down
31 changes: 20 additions & 11 deletions charts/irs-environments/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,15 @@ irs-helm:
controlplane:
apikey:
secret: "123456"
catalog:
cache:
enabled: false

resources:
limits:
cpu: 1.5
memory: 1.5Gi
requests:
cpu: 200m
memory: 1.5Gi


#######################
# Minio Configuration #
Expand All @@ -58,6 +64,13 @@ irs-helm:
# Grafana Configuration #
#########################
grafana:
resources:
requests:
cpu: 50m
memory: 256Mi
limits:
cpu: 200m
memory: 256Mi
enabled: true
ingress:
enabled: true
Expand Down Expand Up @@ -137,14 +150,10 @@ tractusx-connector:
resources:
limits:
cpu: 1.5
memory: 2Gi
memory: 3Gi
requests:
cpu: 500m
memory: 2Gi

# Files system has to be set to writeable for now since controlplane relies on temporary files to write SSI related things to
securityContext:
readOnlyRootFilesystem: false
cpu: 250m
memory: 3Gi

dataplane:
ingresses:
Expand Down Expand Up @@ -175,7 +184,7 @@ tractusx-connector:
cpu: 500m
memory: 512Mi
requests:
cpu: 500m
cpu: 200m
memory: 512Mi

# URL where the EndpointDataReference callback will be sent to
Expand Down

0 comments on commit 632e8bd

Please sign in to comment.