Skip to content

Commit

Permalink
declare "off_cluster_minio"
Browse files Browse the repository at this point in the history
for an External minio server using s3.accesskey and s3.secretkey,
will add s3.regionendpoint later

WIP: to resolve deis#481

More changes will go in deis/builder deis/controller deis/database
deis/registry, all of which have dependencies on s3/swift storage

(In PoC I overrode DEIS_MINIO_SERVICE_HOST and DEIS_MINIO_SERVICE_PORT,
I'd like to use that shortcut and it seems safe, but expose it in values
as s3.regionendpoint, reorganizing values.yaml so the off-cluster minio
configuration is very obvious.)
  • Loading branch information
yebyen committed Aug 28, 2017
1 parent d730bc8 commit b2a3195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ global:
# - gcs: Store persistent data in Google Cloud Storage
# - minio: Store persistent data on in-cluster Minio server
storage: minio
off_cluster_minio: true

# Set the location of Workflow's PostgreSQL database
#
Expand Down

0 comments on commit b2a3195

Please sign in to comment.