Skip to content

Commit

Permalink
fix: increase backend resources
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Oct 16, 2024
1 parent ee3c4be commit a0304b7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ backend:
resources:
requests:
cpu: 200m
memory: 512Mi
memory: 768Mi
limits: # exports need a lot of CPU/RAM ATM
cpu: 500m
memory: 768Mi
memory: 1024Mi
livenessProbe:
tcpSocket:
port: 3000
Expand Down Expand Up @@ -185,10 +185,6 @@ jobs:

migrations-db:
~needs: [build-migrations, init-db]
memoryLimit: 6Gi
cpuLimit: "4"
memoryRequest: 4Gi
cpuRequest: "2"
retry: 3
checkout: true
image: "{{ .Values.global.registry }}/{{ .Values.global.projectName }}/{{ .Values.global.imageRepository }}/migrations:{{ .Values.global.imageTag }}"
Expand Down

0 comments on commit a0304b7

Please sign in to comment.