Consolidate Harbor TLS certificates into single multi-SAN certificate

- Merge harbor-alt-tls into harbor-tls certificate
- Single certificate now covers both DNS names:
  - the-seas.local.mk-labs.cloud (EPCOT theme)
  - harbor.local.mk-labs.cloud (functional name)
- Remove duplicate certificate-alt.yaml
- Reduces cert-manager overhead and simplifies certificate management
This commit is contained in:
Hermes Agent service account
2026-06-04 22:39:18 -05:00
parent 7f37211a8b
commit fc34833472
2 changed files with 2 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# ------------------------------------------------------------------------------
# Certificate — Harbor TLS Certificate (staging until stable)
# Primary DNS: the-seas.local.mk-labs.cloud
# DNS Names: the-seas.local.mk-labs.cloud, harbor.local.mk-labs.cloud
# ------------------------------------------------------------------------------
apiVersion: cert-manager.io/v1
kind: Certificate
@@ -14,3 +14,4 @@ spec:
kind: ClusterIssuer
dnsNames:
- the-seas.local.mk-labs.cloud
- harbor.local.mk-labs.cloud