Skip to content

Commit

Permalink
Setting for staging/production db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 10, 2024
1 parent 0f4c894 commit 483bb97
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 @@ -388,7 +388,7 @@ osm-seed:
enabled: true
env:
POSTGRES_HOST: {{STAGING_TILER_DB_HOST}}
POSTGRES_DB: tiler_osm_staging # Kuberntes existing db called, tiler-osm
POSTGRES_DB: tiler_osm_production # Kuberntes existing db called, tiler-osm
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{STAGING_TILER_DB_PASSWORD}}
POSTGRES_PORT: 5432
Expand Down Expand Up @@ -483,9 +483,9 @@ osm-seed:
enabled: true
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241202_0001.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241205_0002.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1666000"
SEQUENCE_NUMBER: "1671000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
Expand All @@ -496,8 +496,8 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-01ae847c1263755b0
AWS_ElasticBlockStore_size: 30Gi
AWS_ElasticBlockStore_volumeID: vol-08f7652f6ea25bc36
AWS_ElasticBlockStore_size: 50Gi
resources:
enabled: false
requests:
Expand All @@ -515,7 +515,7 @@ osm-seed:
# ====================================================================================================

tilerServer:
enabled: true
enabled: false
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down

0 comments on commit 483bb97

Please sign in to comment.