Skip to content

Commit

Permalink
chore(centralidp): increase memory for realm seeding (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Oct 21, 2024
1 parent 225a37f commit e9fa50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/centralidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ realmSeeding:
resources:
requests:
cpu: 250m
memory: 600M
memory: 700M
ephemeral-storage: 50Mi
limits:
cpu: 750m
memory: 600M
memory: 700M
ephemeral-storage: 1024Mi

0 comments on commit e9fa50c

Please sign in to comment.