Skip to content

Commit

Permalink
feat(helm): set resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 20, 2024
1 parent b00b25f commit 913c837
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions charts/policy-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,14 @@ healthChecks:
policyhub:
image: "docker.io/tractusx/policy-hub-service:0.1.0"
imagePullPolicy: "IfNotPresent"
# -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user.
# If you do want to specify resource limits, uncomment the following lines and adjust them as necessary.
# -- We recommend to review the default resource limits as this should a conscious choice.
resources:
requests:
cpu: 15m
memory: 300M
# limits:
# cpu: 45m
# memory: 400M
limits:
cpu: 45m
memory: 300M
logging:
businessLogic: "Information"
default: "Information"
Expand All @@ -97,15 +96,14 @@ policyhub:
policyhubmigrations:
image: "docker.io/tractusx/policy-hub-migrations:0.1.0"
imagePullPolicy: "IfNotPresent"
# -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user.
# If you do want to specify resource limits, uncomment the following lines and adjust them as necessary.
# -- We recommend to review the default resource limits as this should a conscious choice.
resources:
requests:
cpu: 15m
memory: 105M
# limits:
# cpu: 45m
# memory: 105M
limits:
cpu: 45m
memory: 105M
seeding:
testDataEnvironments: ""
testDataPaths: "Seeder/Data"
Expand Down

0 comments on commit 913c837

Please sign in to comment.