Initial commit

This commit is contained in:
Scooby Husky
2026-03-09 20:21:35 -05:00
commit aacb8eebbe
314 changed files with 21766 additions and 0 deletions
@@ -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