diff --git a/k8s/development/gitlab.yaml b/k8s/development/gitlab.yaml index 4bb41be..34d7793 100644 --- a/k8s/development/gitlab.yaml +++ b/k8s/development/gitlab.yaml @@ -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 + +