Skip to content

Commit

Permalink
Change db tiler host to aws
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 17, 2024
1 parent 8a4085d commit 10538d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ osm-seed:
tilerDb:
enabled: true
useExternalHost: # When we are using useExternalHost.enabled= true other variables are giong to be disable ans use the external host config
enabled: true
enabled: false
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand All @@ -373,7 +373,7 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0f115833b63d73efe
AWS_ElasticBlockStore_volumeID: vol-07b5a7a8e85a6caee
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: true
Expand Down Expand Up @@ -467,7 +467,7 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0027ab7b9d50a5e90
AWS_ElasticBlockStore_volumeID: vol-05d06ac388569461f
AWS_ElasticBlockStore_size: 50Gi
resources:
enabled: true
Expand Down

0 comments on commit 10538d2

Please sign in to comment.