- 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
17 lines
529 B
YAML
17 lines
529 B
YAML
# ------------------------------------------------------------------------------
|
|
# 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
|