Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 15, 2024
1 parent 4abe268 commit 6eee24a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ osm-seed:
label_value: api_db
env:
POSTGRES_HOST: {{PRODUCTION_TILER_DB_HOST}}
POSTGRES_DB: tiler_osm_production
POSTGRES_DB: tiler_osm_prod
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{PRODUCTION_TILER_DB_PASSWORD}}
POSTGRES_PORT: 5432
Expand Down Expand Up @@ -455,9 +455,9 @@ osm-seed:
label_value: web_large
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241210_0000.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241214_1202.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1673798"
SEQUENCE_NUMBER: "1675330"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
Expand All @@ -467,7 +467,7 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0000b3892d5975652
AWS_ElasticBlockStore_volumeID: vol-0debb846502c98aee
AWS_ElasticBlockStore_size: 50Gi
resources:
enabled: false
Expand Down
52 changes: 26 additions & 26 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ osm-seed:
enabled: true
env:
POSTGRES_HOST: {{STAGING_TILER_DB_HOST}}
POSTGRES_DB: tiler_osm_production # Kuberntes existing db called, tiler-osm
POSTGRES_DB: tiler_osm_prod # Kuberntes existing db called, tiler-osm
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{STAGING_TILER_DB_PASSWORD}}
POSTGRES_PORT: 5432
Expand All @@ -404,11 +404,11 @@ osm-seed:
resources:
enabled: false
requests:
memory: "6Gi"
cpu: "1500m"
memory: 6Gi
cpu: 1500m
limits:
memory: "6Gi"
cpu: "1700m"
memory: 6Gi
cpu: 1700m
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down Expand Up @@ -483,29 +483,29 @@ osm-seed:
enabled: false
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241210_0000.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241214_1202.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1673798"
SEQUENCE_NUMBER: '1675330'
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
IMPORT_OSM_LAND: true
IMPOSM3_IMPORT_LAYERS: "all"
IMPOSM3_IMPORT_LAYERS: all
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-081cd24f507bd0647
AWS_ElasticBlockStore_volumeID: vol-0debb846502c98aee
AWS_ElasticBlockStore_size: 50Gi
resources:
enabled: false
requests:
memory: "20Gi"
cpu: "8"
memory: 20Gi
cpu: '8'
limits:
memory: "24Gi"
cpu: "10"
memory: 24Gi
cpu: '10'
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down Expand Up @@ -548,11 +548,11 @@ osm-seed:
resources:
enabled: false
requests:
memory: "2Gi"
cpu: "1"
memory: 2Gi
cpu: '1'
limits:
memory: "10Gi"
cpu: "2"
memory: 10Gi
cpu: '2'
autoscaling:
enabled: false
minReplicas: 1
Expand All @@ -572,11 +572,11 @@ osm-seed:
resources:
enabled: true
requests:
memory: "1Gi"
cpu: "500m"
memory: 1Gi
cpu: '500m'
limits:
memory: "1Gi"
cpu: "600m"
memory: 1Gi
cpu: '600m'
env:
KILL_PROCESS: manually
MAX_NUM_PS: 4
Expand Down Expand Up @@ -985,10 +985,10 @@ ohm:
resources:
enabled: false
requests:
memory: '20Gi'
memory: 20Gi
cpu: '8'
limits:
memory: '24Gi'
memory: 24Gi
cpu: '10'
nodeSelector:
enabled: true
Expand All @@ -1001,17 +1001,17 @@ ohm:
schedule: '* * * * *'
env:
GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/wold-usa-eu.geojson
ZOOM_LEVELS: '7,8,9'
ZOOM_LEVELS: 7,8,9
CONCURRENCY: 64
S3_BUCKET: osmseed-dev
OUTPUT_FILE: /logs/tiler_benchmark.log
resources:
enabled: false
requests:
memory: '20Gi'
memory: 20Gi
cpu: '8'
limits:
memory: '24Gi'
memory: 24Gi
cpu: '10'
nodeSelector:
enabled: true
Expand Down

0 comments on commit 6eee24a

Please sign in to comment.