Files
Homelabv4/apps/gitlab/manifests/gitlab-unified-certificate.yaml
2026-03-09 20:21:35 -05:00

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