From a1e1dcf8278d9e340c9b3b4773c6877e6d4f9d76 Mon Sep 17 00:00:00 2001 From: rasmus Date: Wed, 18 Jun 2025 16:54:23 +0300 Subject: [PATCH] traefik: drop harbor already default issuer --- harbor/application.yml | 1 - harbor/values.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/harbor/application.yml b/harbor/application.yml index 211d513..07a1763 100644 --- a/harbor/application.yml +++ b/harbor/application.yml @@ -1243,7 +1243,6 @@ metadata: app.kubernetes.io/part-of: harbor app.kubernetes.io/version: "2.13.0" annotations: - cert-manager.io/cluster-issuer: default external-dns.alpha.kubernetes.io/target: traefik.k-space.ee ingress.kubernetes.io/proxy-body-size: "0" ingress.kubernetes.io/ssl-redirect: "true" diff --git a/harbor/values.yaml b/harbor/values.yaml index e127190..0d67979 100644 --- a/harbor/values.yaml +++ b/harbor/values.yaml @@ -10,7 +10,6 @@ expose: hosts: core: harbor.k-space.ee annotations: - cert-manager.io/cluster-issuer: default kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/router.entrypoints: websecure external-dns.alpha.kubernetes.io/target: traefik.k-space.ee