Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 595 Bytes

kubernetes-gitlab

Kubernetes Manifests for deploying gitlab These manifests should be enough to deploy gitlab on a kubernetes cluster.

pre-requistes:

issues:

  • Uses host path as storage, so this will not work correctly on a multi-node cluster (need to use glusterfs maybe?)

future:

  • Make a helm chart which can parameterise the configurations so you don't have to edit each of the manifests and sometimes, repeatedly state the same information over and over