Skip to content

Commit

Permalink
fix: migrations resources
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Oct 10, 2024
1 parent 5456d43 commit fd406f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@ jobs:

migrations-db:
~needs: [build-migrations, init-db]
resources:
requests:
cpu: "2"
memory: 4Gi
limits:
cpu: "2"
memory: 6Gi
retry: 3
checkout: true
image: "{{ .Values.global.registry }}/{{ .Values.global.projectName }}/{{ .Values.global.imageRepository }}/migrations:{{ .Values.global.imageTag }}"
Expand Down

0 comments on commit fd406f5

Please sign in to comment.