mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
20 lines
551 B
YAML
20 lines
551 B
YAML
# 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
|