Files
homelab/cluster/platform/harbor/certificate.yaml
Hermes Agent service account 4b1e8a7cac fix(harbor): correct naming convention and use staging certs
- Rename application/namespace: the-seas -> harbor
- Move directory: cluster/platform/the-seas -> cluster/platform/harbor
- Update all resource references (ExternalSecret, HTTPRoutes, Certificates)
- Switch to letsencrypt-staging issuer (avoid ACME rate limits during testing)
- Thematic name 'the-seas' remains in DNS hostnames and comments
2026-06-04 20:25:25 -05:00

17 lines
513 B
YAML

# ------------------------------------------------------------------------------
# Certificate — Harbor TLS Certificate (staging until stable)
# Primary DNS: the-seas.local.mk-labs.cloud
# ------------------------------------------------------------------------------
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: harbor-tls
namespace: harbor
spec:
secretName: harbor-tls
issuerRef:
name: letsencrypt-staging
kind: ClusterIssuer
dnsNames:
- the-seas.local.mk-labs.cloud