Skip to content

Commit

Permalink
Resource for staging api db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 10, 2024
1 parent 69432f4 commit 1e4bd47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ osm-seed:
resources:
enabled: false
requests:
memory: "10Gi"
cpu: "5"
memory: "6Gi"
cpu: "1500m"
limits:
memory: "10Gi"
cpu: "5"
memory: "6Gi"
cpu: "1700m"
sharedMemorySize: 256Mi
livenessProbeExec: true
postgresqlConfig:
Expand Down Expand Up @@ -436,7 +436,7 @@ osm-seed:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: db
label_value: web
# ====================================================================================================
# Variables for tiler-imposm
# ====================================================================================================
Expand All @@ -446,7 +446,7 @@ osm-seed:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: db
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/planet/planet-latest.osm.pbf
Expand Down

0 comments on commit 1e4bd47

Please sign in to comment.