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
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Working on Documentation" section below and [submit a pull request][prs].
Copy file name to clipboardExpand all lines: src/installing-workflow/configuring-object-storage.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
A variety of Drycc Workflow components rely on an object storage system to do their work including storing application slugs, Docker images and database logs.
4
4
5
-
Drycc Workflow ships with [Minio][minio] by default, which provides in-cluster, ephemeral object storage. This means that _if the Minio server crashes, all data will be lost_. Therefore, **Minio should be used for development or testing only**.
5
+
Drycc Workflow ships with [Storage][storage] by default, which provides in-cluster.
6
6
7
7
## Configuring off-cluster Object Storage
8
8
9
9
Every component that relies on object storage uses two inputs for configuration:
10
10
11
11
1. You must use object storage services that are compatible with S3 API
12
-
2. Access credentials stored as a Kubernetes secret named `minio-creds`
12
+
2. Access credentials stored as a Kubernetes secret named `storage-creds`
13
13
14
14
The helm chart for Drycc Workflow can be easily configured to connect Workflow components to off-cluster object storage. Drycc Workflow currently supports Google Compute Storage, Amazon S3, [Azure Blob Storage][] and OpenStack Swift Storage.
15
15
@@ -50,6 +50,6 @@ Operators should configure object storage by editing the Helm values file before
50
50
You are now ready to run `helm install drycc/workflow --namespace drycc -f values.yaml` using your desired object storage.
0 commit comments