Helm simple GitLab deployment script
The snippet can be accessed without any authentication.
Authored by
Mario Mora
This chart will allow you do deploy a GitLab POC along with GitLab pages and Runner on it.
values.yml 338 B
certmanager:
install: false
global:
hosts:
domain: <DOMAIN.TLD>
ingress:
configureCertmanager: false
tls:
secretName: tls-star-<DOMAIN>
pages:
enabled: true
accessControl: true
port: 443
https: true
gitlab:
gitlab-pages:
ingress:
tls:
secretName: tls-star-pages-<DOMAIN>
Please register or sign in to comment