# GitLab Unified TLS Certificate # Covers all GitLab domains in a single certificate # This prevents issues with GitLab chart creating separate certificates # that may have incorrect domain names apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: gitlab-unified-tls namespace: gitlab spec: secretName: gitlab-tls issuerRef: name: letsencrypt-production kind: ClusterIssuer dnsNames: - gitlab.kube.huskypup.net - registry.gitlab.kube.huskypup.net - minio.gitlab.kube.huskypup.net - kas.kube.huskypup.net