Skip to content

Commit

Permalink
chore(helm-chart): increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Apr 22, 2024
1 parent 2d06fe6 commit 9e32358
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/ssi-credential-issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ issuermigrations:
resources:
requests:
cpu: 15m
memory: 105M
memory: 200M
limits:
cpu: 45m
memory: 105M
memory: 200M
seeding:
testDataEnvironments: ""
testDataPaths: "Seeder/Data"
Expand All @@ -102,10 +102,10 @@ processesworker:
resources:
requests:
cpu: 15m
memory: 105M
memory: 200M
limits:
cpu: 45m
memory: 105M
memory: 200M
logging:
default: "Information"
portal:
Expand Down

0 comments on commit 9e32358

Please sign in to comment.