# ------------------------------------------------------------------------------ # Certificate — The Seas TLS Certificate # Primary DNS: the-seas.local.mk-labs.cloud # ------------------------------------------------------------------------------ apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: the-seas-tls namespace: the-seas spec: secretName: the-seas-tls issuerRef: name: letsencrypt-prod kind: ClusterIssuer dnsNames: - the-seas.local.mk-labs.cloud