Skip to content

Commit

Permalink
chore(helm): increase resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Apr 4, 2024
1 parent e8e653a commit aa2af1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/dim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dim:
resources:
requests:
cpu: 15m
memory: 200M
memory: 300M
limits:
cpu: 45m
memory: 200M
memory: 300M
healthChecks:
startup:
path: "/health/startup"
Expand All @@ -54,10 +54,10 @@ migrations:
resources:
requests:
cpu: 15m
memory: 105M
memory: 200M
limits:
cpu: 45m
memory: 105M
memory: 200M
seeding:
testDataEnvironments: ""
testDataPaths: "Seeder/Data"
Expand All @@ -74,10 +74,10 @@ processesworker:
resources:
requests:
cpu: 15m
memory: 105M
memory: 300M
limits:
cpu: 45m
memory: 105M
memory: 300M
dim:
adminMail: "mail@example.org"
clientIdCisCentral: ""
Expand Down

0 comments on commit aa2af1f

Please sign in to comment.