fix(tls): garmin-public deixa de disputar o cert; ingress principal e unico dono (2 hosts)

Corrige escolinha-tls que saiu com 1 host (faltava auth-escolinha), servindo TRAEFIK DEFAULT CERT no Keycloak.
Remove cert-manager annotation dos 96-ingress-garmin-public dos 4 tenants (o cert e emitido pelo ingress principal com [tenant, auth-tenant]).
This commit is contained in:
atmadmin
2026-07-28 16:47:55 +00:00
parent c2db5f2c17
commit e23063e45d
4 changed files with 0 additions and 4 deletions
@@ -5,7 +5,6 @@ metadata:
name: acme-garmin-public
namespace: acme-prod
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: acme-prod-redirect-https@kubernetescrd
spec:
ingressClassName: traefik
@@ -5,7 +5,6 @@ metadata:
name: demo-garmin-public
namespace: demo-prod
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: demo-prod-redirect-https@kubernetescrd
spec:
ingressClassName: traefik
@@ -5,7 +5,6 @@ metadata:
name: escolinha-garmin-public
namespace: escolinha-prod
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: escolinha-prod-redirect-https@kubernetescrd
spec:
ingressClassName: traefik
@@ -5,7 +5,6 @@ metadata:
name: piloto-garmin-public
namespace: piloto-prod
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.middlewares: piloto-prod-redirect-https@kubernetescrd
spec:
ingressClassName: traefik