kubernetes: expose minio API
This commit is contained in:
@ -742,10 +742,10 @@ internal network.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
source .env
|
source .env
|
||||||
kubectl create namespace minio
|
|
||||||
helm upgrade --install minio-tenant \
|
helm upgrade --install minio-tenant \
|
||||||
minio/tenant \
|
minio/tenant \
|
||||||
--namespace minio \
|
--namespace minio \
|
||||||
|
--create-namespace \
|
||||||
-f minio/values-tenant.yaml \
|
-f minio/values-tenant.yaml \
|
||||||
--set tenant.configSecret.accessKey=$MINIO_ROOT_USER \
|
--set tenant.configSecret.accessKey=$MINIO_ROOT_USER \
|
||||||
--set tenant.configSecret.secretKey=$MINIO_ROOT_PASSWORD \
|
--set tenant.configSecret.secretKey=$MINIO_ROOT_PASSWORD \
|
||||||
|
|||||||
@ -324,7 +324,7 @@ tenant:
|
|||||||
#
|
#
|
||||||
# Both fields default to ``false``.
|
# Both fields default to ``false``.
|
||||||
exposeServices:
|
exposeServices:
|
||||||
minio: false
|
minio: true
|
||||||
console: false
|
console: false
|
||||||
###
|
###
|
||||||
# The `Kubernetes Service Account <https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/>`__ associated with the Tenant.
|
# The `Kubernetes Service Account <https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/>`__ associated with the Tenant.
|
||||||
|
|||||||
Reference in New Issue
Block a user