diff --git a/cluster/platform/harbor/certificate-alt.yaml b/cluster/platform/harbor/certificate-alt.yaml deleted file mode 100644 index 4c281b0..0000000 --- a/cluster/platform/harbor/certificate-alt.yaml +++ /dev/null @@ -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 diff --git a/cluster/platform/harbor/certificate.yaml b/cluster/platform/harbor/certificate.yaml index 25be76c..66798ee 100644 --- a/cluster/platform/harbor/certificate.yaml +++ b/cluster/platform/harbor/certificate.yaml @@ -1,6 +1,6 @@ # ------------------------------------------------------------------------------ # 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 kind: Certificate @@ -14,3 +14,4 @@ spec: kind: ClusterIssuer dnsNames: - the-seas.local.mk-labs.cloud + - harbor.local.mk-labs.cloud