Skip to content

Commit

Permalink
Reduce CPU request to 200m in config.yml
Browse files Browse the repository at this point in the history
Lower the CPU request from 600m to 200m to optimize resource allocation. This change aims to reduce unnecessary CPU allocation and improve efficiency. Memory settings remain unchanged.
  • Loading branch information
krharum committed Oct 15, 2024
1 parent 8054ef3 commit 7169a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/levende-arbeidsforhold-ansettelse/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
max: 1
resources:
requests:
cpu: 600m
cpu: 200m
memory: 1024Mi
limits:
memory: 2048Mi
Expand Down

0 comments on commit 7169a38

Please sign in to comment.