# ------------------------------------------------------------------------------ # Certificate — Harbor TLS Certificate (staging until stable) # DNS Names: the-seas.local.mk-labs.cloud, harbor.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 - harbor.local.mk-labs.cloud