You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database is configured slightly differently from the other components. It looks for an environment variable which it then uses as a key to look up the object storage configuration in a config file.
102
+
101
103
### Environment Variables
102
104
103
-
TODO
105
+
The database looks for the `DATABASE_STORAGE` environment variable to determine what object storage system to use. Valid values are listed below and the [Helm chart for Deis](https://github.com/deis/charts/tree/master/deis-dev) defaults to `minio`:
106
+
107
+
- filesystem: Store persistent data on ephemeral disk
108
+
- s3: Store persistent data in AWS S3 (configure in S3 section)
109
+
- azure: Store persistent data in Azure's object storage
110
+
- gcs: Store persistent data in Google Cloud Storage
111
+
- minio: Store persistent data on in-cluster Minio server
112
+
113
+
(TODO: is this correct?)
104
114
105
115
### Credentials
106
116
@@ -109,6 +119,8 @@ The database reads credentials from the below locations on the filesystem.
0 commit comments