Skip to content

Commit

Permalink
Add disk for osmcha staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 2, 2024
1 parent faa424b commit ff1aee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -804,15 +804,15 @@ osm-seed:
memory: "24Gi"
cpu: "10"
persistenceDisk:
enabled: false
enabled: true
accessMode: ReadWriteOnce
mountPath: /var/lib/postgresql/data
# Minikube
localVolumeHostPath: /mnt/db-data/osmcha-data
localVolumeSize: 10Gi
# AWS
AWS_ElasticBlockStore_volumeID: vol-1234bcd
AWS_ElasticBlockStore_size: 50Gi
AWS_ElasticBlockStore_volumeID: vol-06f981afe8def5915
AWS_ElasticBlockStore_size: 10Gi
# GCP
GCP_gcePersistentDisk_pdName: osmseed-osmcha-disk--v1
GCP_gcePersistentDisk_size: 50Gi
Expand Down

0 comments on commit ff1aee7

Please sign in to comment.