Adding current version of gitlab chart

This commit is contained in:
Moritz Graf 2020-04-05 20:29:26 +02:00
parent 206bbec349
commit 786849ed82
1 changed files with 28 additions and 8 deletions

View File

@ -1,3 +1,6 @@
# status: began to implement, but did not complete
# note: psql seems not to be part of the chart itself
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
@ -11,11 +14,28 @@ spec:
version: xxx
name: gitlab
values:
nextcloud:
username: admin
password: xxx
# TODO
# storage: nextcloud
# storage: mariadb
# .secret file with pw:mariadb user&admin
# with pw:nextcloud
global:
hosts:
domain: haumdaucher.de
ingress:
enabled: true
tls:
enabled: true
configureCertmanager: false
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
gitlab:
unicorn:
ingress:
tls:
secretName: gitlab-unicorn-ingress-tls
registry:
ingress:
tls:
secretName: registry-ingress-tls
minio:
ingress:
tls:
secretName: minio-ingress-tls