Does Gitlab or Gitaly support Minio as repository store?

I deployed GitlabCE to my k8s cluster.

According to Repository storage:

GitLab stores repositories on repository storage. Repository storage is either:

  • A gitaly_address, which points to a Gitaly node.
  • A path, which points directly a directory where the repositories are stored.

So if Gitlab not support Minio as repo store, does Gitaly support it?

Hi @xlb0479
AFAIK it is not supported. Only local paths are supported in Gitaly.