Skip to content

Commit

Permalink
Merge pull request #263 from OpenHistoricalMap/feat/allocation
Browse files Browse the repository at this point in the history
Increase cpu and memory for web container - production
  • Loading branch information
Ruben L. Mendoza authored Jan 16, 2024
2 parents d0729ab + 710d841 commit 39a00fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ osm-seed:
resources:
enabled: true
requests:
memory: "2Gi"
cpu: "1"
memory: "3Gi"
cpu: "2"
limits:
memory: "4Gi"
cpu: "2"
Expand Down

0 comments on commit 39a00fb

Please sign in to comment.