Jump to content

GitLab: Difference between revisions

14 bytes added ,  29 January 2022
Line 6: Line 6:
===Setup===
===Setup===
To use your own PVs and PVCs,
To use your own PVs and PVCs,
* Create your own PVs and PVCs for gitaly, minio, postgres, and redis.
* Create your own PVs and PVCs for gitaly, postgres, and redis.
* Setup a PV for minio.
** Note that the gitaly PVC should be named <code>repo-data-gitlab-gitaly-0</code>
** Note that the gitaly PVC should be named <code>repo-data-gitlab-gitaly-0</code>
* Set the following values:
* Set the following values:
Line 13: Line 14:
   replicas: 2
   replicas: 2
   persistence:
   persistence:
     existingClaim: gitlab-minio
     volumeName: gitlab-minio
redis:
redis:
   persistence:
   persistence: