Skip to content

Commit 1a0ba70

Browse files
author
Aaron Schlesinger
committed
doc(src/installing-deis/configuring-object-storage.md): remove DEIS_OUTSIDE_STORAGE_PORT
in favor of DEIS_OUTSIDE_STORAGE. also, include examples for outside storage URLs
1 parent ae21387 commit 1a0ba70

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/installing-deis/configuring-object-storage.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ Additionally, Deis ships with a [Minio](http://minio.io) [component](https://git
1616

1717
# Telling Deis What to Use
1818

19-
The Deis components determine what object storage system to use via environment variables that you set up:
19+
The Deis components determine what object storage system to use via environment variables that you set up. The below list is the lookup order for all Deis components.
2020

21-
- `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
21+
- `DEIS_OUTSIDE_STORAGE` - The external S3-compatible object storage system. Commonly used URLs:
22+
- `s3.amazonaws.com` for Amazon S3
23+
- `storage.googleapis.com` for Google Cloud Storage
24+
- `DEIS_MINIO_SERVICE_HOST` and `DEIS_MINIO_SERVICE_PORT` - The in-cluster Minio service. Note that these will be set automatically by Kubernetes if you run [Minio](http://minio.io) as a service in the cluster. See [the Minio service from the Deis Minio Chart](https://github.com/deis/charts/blob/master/deis-dev/manifests/deis-minio-service.yaml) for an example service.
2325

2426
# Storing Credentials
2527

0 commit comments

Comments
 (0)