Skip to content

Add configuration options for mutual TLS between Gitlab and database

This MR enables a Gitlab deployment (based on the official Helm charts) to connect with the SQL database using mutual TLS. To archive that the MR add Helm values to specify a secret containing the client key, certificate and server authority to be used by the Gitlab components (which connect to the database).

We for example use this patched Helm chart to run Gitlab in Google Cloud Kubernetes cluster together with a PostGresSQL database, which is managed directly by Google Cloud.

Closes #1061 (closed)

Edited by Lukas Grundmann

Merge request reports