Skip to content

Commit

Permalink
Merge pull request #1540 from cal-itp/fix-archiver-rsrc-mgmt
Browse files Browse the repository at this point in the history
kubernetes: gtfs-rt-archive: lower memory limit and add cpu request
  • Loading branch information
lottspot authored May 27, 2022
2 parents 3665d50 + d4dd05f commit 66b2532
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kubernetes/apps/manifests/gtfs-rt-archive/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ spec:
mountPath: /secrets/gcs-upload-svcacct
resources:
requests:
memory: 2.0Gi
memory: 512Mi
cpu: 5.0
limits:
memory: 2.0Gi
memory: 512Mi
volumes:
- name: agencies-data
secret:
Expand Down

0 comments on commit 66b2532

Please sign in to comment.