Skip to content

Commit

Permalink
Try and increase frontend resource request to see if it affects downl…
Browse files Browse the repository at this point in the history
…oad perf
  • Loading branch information
sigurdp authored Oct 2, 2023
1 parent 6313e98 commit 1f76679
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
ports:
- name: http
port: 8080
resources:
requests:
memory: "4G"
cpu: "2000m"
- name: backend-primary
dockerFileName: backend.Dockerfile
ports:
Expand Down

0 comments on commit 1f76679

Please sign in to comment.