Skip to content

Commit

Permalink
fix: increase memory for realm seeding job (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Oct 24, 2024
1 parent 183a599 commit 60e1bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/centralidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ realmSeeding:
resources:
requests:
cpu: 250m
memory: 700M
memory: 850M
ephemeral-storage: 50Mi
limits:
cpu: 750m
memory: 700M
memory: 850M
ephemeral-storage: 1024Mi
4 changes: 2 additions & 2 deletions charts/sharedidp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,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 60e1bcf

Please sign in to comment.