kubernetes: expose minio API

This commit is contained in:
2025-06-30 19:06:23 +03:00
parent dc7f585e12
commit a79de74a6a
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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.