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

View File

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