kubeflow-rancher/params-minio.yaml (37 lines of code) (raw):
parameters:
- name: bucket
parameters:
- name: accessKey
brief: |
Access key id for minio artifact storage
This parameter will be used across Minio, Argo and KFP
fromEnv: ARTIFACTS_BUCKET_ACCESS_KEY
- name: secretKey
brief: |
Secret access key id for minio artifact storage
This parameter will be used across Minio, Argo and KFP
fromEnv: ARTIFACTS_BUCKET_SECRET_KEY
- name: name
default: mlpipelines
fromEnv: ARTIFACTS_BUCKET_NAME
brief: |
Name of the bucket used across KFP, Minio and Argo
- name: minio
parameters:
- name: namespace
value: kubeflow-data
- name: storageSize
value: 2Gi
- name: mode
brief: |
Possible values: standalone or distributed
For distributed mode see: https://docs.minio.io/docs/distributed-minio-quickstart-guide
value: standalone
- name: replicas
brief: |
For possible number of replicas see: https://docs.min.io/docs/minio-erasure-code-quickstart-guide
value: 1
outputs:
- name: minio.url
brief: Minio Web Console
value: ${ingress.protocol}://minio.${dns.domain}