0

I was able to create a single volume minio pod in the past but with new minio-operator, minimum number of volumes attached to each pod is 4. https://github.com/minio/operator/blob/master/examples/tenant-tiny.yaml

Is there a way to create a single volume minio deployment with new operator?

Steve
  • 863
  • 3
  • 9
  • 21

1 Answers1

0

https://github.com/minio/operator/blob/master/examples/kustomization/tenant-tiny/tenant.yaml

Have you tried to change to "volumesPerServer: 1" and deploy?

spark
  • 531
  • 6
  • 17