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,16 +0,0 @@
# ------------------------------------------------------------------------------
# Certificate — Harbor Alternate TLS Certificate (staging until stable)
# Alternate DNS: harbor.local.mk-labs.cloud
# ------------------------------------------------------------------------------
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: harbor-alt-tls
namespace: harbor
spec:
secretName: harbor-alt-tls
issuerRef:
name: letsencrypt-staging
kind: ClusterIssuer
dnsNames:
- harbor.local.mk-labs.cloud

View File

@@ -1,6 +1,6 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Certificate — Harbor TLS Certificate (staging until stable) # 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 apiVersion: cert-manager.io/v1
kind: Certificate kind: Certificate
@@ -14,3 +14,4 @@ spec:
kind: ClusterIssuer kind: ClusterIssuer
dnsNames: dnsNames:
- the-seas.local.mk-labs.cloud - the-seas.local.mk-labs.cloud
- harbor.local.mk-labs.cloud