We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0730d2c commit ccea445Copy full SHA for ccea445
1 file changed
docs/src/installing-deis/configuring-object-storage.md
@@ -18,7 +18,8 @@ Additionally, Deis ships with a [Minio](http://minio.io) [component](https://git
18
19
The Deis components determine what object storage system to use via environment variables that you set up:
20
21
-TODO: list the lookup order
+- `DEIS_MINIO_SERVICE_HOST` and `DEIS_MINIO_SERVICE_PORT` - The in-cluster Minio service
22
+- `DEIS_OUTSIDE_STORAGE_HOST` and `DEIS_OUTSIDE_STORAGE_PORT` - The external S3-compatible object storage system
23
24
# Limitations
25
0 commit comments