Skip to content

Commit

Permalink
fix(cogify): adjust resource requests (#175)
Browse files Browse the repository at this point in the history
Cogify is running out of memory and running the disk out of IOPS adjust
the requests to get a bigger share of each instance.
  • Loading branch information
blacha authored Sep 15, 2023
1 parent 0145c21 commit 461a7a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflows/basemaps/imagery-import-cogify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ spec:
requests:
memory: 15.6Gi
cpu: 15000m
ephemeral-storage: 100Gi
limits:
memory: 15.6Gi
image: ghcr.io/linz/basemaps/cli:{{ workflow.parameters.version_basemaps_cli }}
command: [node, /app/node_modules/.bin/cogify]
env:
Expand Down

0 comments on commit 461a7a9

Please sign in to comment.