Skip to content

Commit

Permalink
refactor(kratos): optimize resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Aug 8, 2024
1 parent e838dad commit 16b7a87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/kratos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ kratos:
plaintext: http://${domain}/api/.ory/mail-templates/recovery/invalid/email.body.plaintext.gotmpl
deployment:
resources:
limits:
cpu: 80m
memory: 400Mi
requests:
cpu: 20m
memory: 50Mi
limits:
cpu: 40m
memory: 128Mi
memory: 100Mi

0 comments on commit 16b7a87

Please sign in to comment.