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 apiVersion: helm.fluxcd.io/v1
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@ -11,11 +14,28 @@ spec:
version: xxx version: xxx
name: gitlab name: gitlab
values: values:
nextcloud: global:
username: admin hosts:
password: xxx domain: haumdaucher.de
# TODO ingress:
# storage: nextcloud enabled: true
# storage: mariadb tls:
# .secret file with pw:mariadb user&admin enabled: true
# with pw:nextcloud 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