Skip to content

Commit

Permalink
stac-fastapi fixes (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin authored Aug 19, 2023
1 parent 560c501 commit 6a96177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ service:
sslMode: disable
schemaVersionTable: swoop.schema_version
storage:
size: 1Gi
size: 256M
volumeBindingMode: WaitForFirstConsumer
provisioner: filmdrop.io/local-path-provisioner
retainPersistentVolume: true
Expand Down
2 changes: 1 addition & 1 deletion charts/stac-fastapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pgStac:
dbName: postgis
dbHost: pgstac.default
storage:
size: 1Gi
size: 254M
volumeBindingMode: WaitForFirstConsumer
provisioner: filmdrop.io/local-pgstac-path-provisioner
retainPersistentVolume: true
Expand Down

0 comments on commit 6a96177

Please sign in to comment.