Skip to content

Commit

Permalink
Add resource limits for tiler - cache staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 10, 2024
1 parent 67cd82b commit 15b8198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,13 +529,13 @@ osm-seed:
replicaCount: 1
command: './cache_cleaner.sh'
resources:
enabled: false
enabled: true
requests:
memory: "2Gi"
cpu: "1"
cpu: "500m"
limits:
memory: "10Gi"
cpu: "2"
memory: "2Gi"
cpu: "800m"
env:
KILL_PROCESS: manually
MAX_NUM_PS: 4
Expand Down

0 comments on commit 15b8198

Please sign in to comment.