11# gitlab-omnibus
22
3- ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 15.2.1-ee.0] ( https://img.shields.io/badge/AppVersion-15.2.1--ee.0-informational?style=flat-square )
3+ ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 15.2.1-ee.0] ( https://img.shields.io/badge/AppVersion-15.2.1--ee.0-informational?style=flat-square )
44
55Helm chart to deploy [ Omnibus Gitlab] ( https://docs.gitlab.com/omnibus/ ) .
66
@@ -24,6 +24,7 @@ Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).
2424| backupCronJob.resources | object | ` {"requests":{"cpu":"10m","memory":"32Mi"}} ` | custom resource configuration |
2525| backupCronJob.schedule | string | ` "@daily" ` | how often to run backaup job |
2626| containerPorts | list | ` [{"containerPort":8005,"name":"http"},{"containerPort":22,"name":"ssh"}] ` | ports exposed by the container |
27+ | disableProbes | bool | ` false ` | flag to disable livenessProbe/readinessProbe/startupProbe probes; turn on before restoring from backup |
2728| env | list | ` [] ` | environment variables for the container |
2829| envFrom | list | ` [] ` | environment variable sources for the container |
2930| fullnameOverride | string | ` "" ` | full name of the chart. |
@@ -36,6 +37,7 @@ Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).
3637| nameOverride | string | ` "" ` | override name of the chart |
3738| nodeSelector | object | ` {} ` | node for scheduler pod assignment |
3839| podSecurityContext | object | ` {} ` | specifies security settings for a pod |
40+ | postReconfigureCode | string | ` "" ` | ruby code block for GITLAB_POST_RECONFIGURE_CODE |
3941| resources | object | ` {} ` | custom resource configuration |
4042| securityContext | object | ` {} ` | specifies security settings for a container |
4143| service.annotations | object | ` {} ` | service annotations |
0 commit comments