kubernetes: expose minio API
This commit is contained in:
@ -742,10 +742,10 @@ internal network.
|
||||
|
||||
```bash
|
||||
source .env
|
||||
kubectl create namespace minio
|
||||
helm upgrade --install minio-tenant \
|
||||
minio/tenant \
|
||||
--namespace minio \
|
||||
--create-namespace \
|
||||
-f minio/values-tenant.yaml \
|
||||
--set tenant.configSecret.accessKey=$MINIO_ROOT_USER \
|
||||
--set tenant.configSecret.secretKey=$MINIO_ROOT_PASSWORD \
|
||||
|
||||
@ -324,7 +324,7 @@ tenant:
|
||||
#
|
||||
# Both fields default to ``false``.
|
||||
exposeServices:
|
||||
minio: false
|
||||
minio: true
|
||||
console: false
|
||||
###
|
||||
# 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