Skip to content

Commit

Permalink
Merge pull request #3430 from bcgov/feat-env-increase-db-pre-memory
Browse files Browse the repository at this point in the history
chore: increase memory limit on feature db pre job
  • Loading branch information
rafasdc committed Jul 19, 2024
2 parents e94347e + 58c9eea commit 5ed20fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/feature/templates/db-pre-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
resources:
limits:
cpu: 1000m
memory: 128Mi
memory: 256Mi
requests:
cpu: 100m
memory: 64Mi
Expand Down

0 comments on commit 5ed20fc

Please sign in to comment.