Skip to content

Commit

Permalink
chore(charts): Lower resource requests, increase limits for IRS and EDC
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 14, 2023
1 parent 4b736ec commit 3f8b162
Showing 1 changed file with 20 additions and 11 deletions.
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 3f8b162

Please sign in to comment.