Skip to content

Commit

Permalink
Change new db for tiler-db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 16, 2024
1 parent 7cedf70 commit 4b1b981
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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_prod
POSTGRES_DB: tiler_osm_prod_v2
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{PRODUCTION_TILER_DB_PASSWORD}}
POSTGRES_PORT: 5432
Expand Down Expand Up @@ -467,16 +467,16 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0debb846502c98aee
AWS_ElasticBlockStore_volumeID: vol-0027ab7b9d50a5e90
AWS_ElasticBlockStore_size: 50Gi
resources:
enabled: false
enabled: true
requests:
memory: "16Gi"
cpu: "2"
memory: "2Gi"
cpu: "1"
limits:
memory: "24Gi"
cpu: "3"
memory: "2Gi"
cpu: "1"
# ====================================================================================================
# Variables for tiler-server
# ====================================================================================================
Expand Down

0 comments on commit 4b1b981

Please sign in to comment.