Skip to content

Commit c4c4b8a

Browse files
chore(deploy): increase cpu and memory for backend
1 parent 3f3e706 commit c4c4b8a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

deploy/env-uzh-prd/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,11 +451,11 @@ backendGraphql:
451451

452452
resources:
453453
requests:
454-
cpu: 50m
455-
memory: 50Mi
454+
cpu: 100m
455+
memory: 100Mi
456456
limits:
457457
cpu: 200m
458-
memory: 200Mi
458+
memory: 500Mi
459459

460460
olatApi:
461461
priorityClassName: production-workload
@@ -761,11 +761,11 @@ assessment:
761761

762762
resources:
763763
requests:
764-
cpu: 50m
765-
memory: 50Mi
764+
cpu: 100m
765+
memory: 100Mi
766766
limits:
767767
cpu: 200m
768-
memory: 200Mi
768+
memory: 500Mi
769769

770770
responseApi:
771771
corsAllowedOrigins: 'https://assessment.klicker.uzh.ch'

0 commit comments

Comments
 (0)