1
0
Fork 0

refactor(helm): x2 job (migration, seed) resources

This commit is contained in:
Vojtěch Mareš 2023-07-05 17:01:18 +02:00
parent ccdc5fb9b6
commit b479b98ef3
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -31,20 +31,20 @@ backend:
migration:
resources:
limits:
cpu: 50m
memory: 128Mi
cpu: 100m
memory: 256Mi
requests:
cpu: 50m
memory: 128Mi
cpu: 100m
memory: 256Mi
seed:
resources:
limits:
cpu: 50m
memory: 128Mi
cpu: 100m
memory: 256Mi
requests:
cpu: 50m
memory: 128Mi
cpu: 100m
memory: 256Mi
backoffice:
env: null # allowed values: development | test | production