mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user