https://github.com/dabevlohn/gitlab_helm
https://github.com/dabevlohn/gitlab_helm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dabevlohn/gitlab_helm
- Owner: dabevlohn
- License: other
- Created: 2023-12-19T08:02:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T14:24:46.000Z (over 1 year ago)
- Last Synced: 2025-01-26T16:22:09.145Z (4 months ago)
- Language: Ruby
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .gitlab/CODEOWNERS
- Support: support/crd.yaml
Awesome Lists containing this project
README
[](https://gitlab.com/gitlab-org/charts/gitlab/pipelines)
# Cloud Native GitLab Helm Chart
The `gitlab` chart is the best way to operate GitLab on Kubernetes. It contains
all the required components to get started, and can scale to large deployments.Some of the key benefits of this chart and [corresponding containers](https://gitlab.com/gitlab-org/build/CNG) are:
- Improved scalability and reliability.
- No requirement for root privileges.
- Utilization of object storage instead of NFS for storage.## Detailed documentation
See the [repository documentation](doc/index.md) for how to install GitLab and
other information on charts, tools, and advanced configuration.For easy of reading, you can find this documentation rendered on
[docs.gitlab.com/charts](https://docs.gitlab.com/charts).### Configuration Properties
We're often asked to put a table of all possible properties directly into this README.
These charts are _massive_ in scale, and as such the number of properties exceeds
the amount of context we're comfortable placing here. Please see our (nearly)
[comprehensive list of properties and defaults](doc/installation/command-line-options.md).**Note:** We _strongly recommend_ following our complete documentation, as opposed to
jumping directly into the settings list.## Architecture and goals
See [architecture documentation](doc/architecture/index.md) for an overview
of this project goals and architecture.## Known issues and limitations
See [limitations](doc/index.md#limitations).
## Release Notes
Check the [version mappings documentation](doc/installation/version_mappings.md) for information on important releases,
and see the [changelog](CHANGELOG.md) for the full details on any release.## Contributing
See the [contribution guidelines](CONTRIBUTING.md) and then check out the
[development styleguide](doc/development/index.md).