From c365923b4e0bd308113d653eb3497975a661e2e0 Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Wed, 24 Jul 2024 16:51:59 +0200 Subject: [PATCH] chore(irs): added certificate to the ingress annotation --- .../infrastructure/data-consumer/edc-consumer/values-int.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/infrastructure/data-consumer/edc-consumer/values-int.yaml b/deployment/infrastructure/data-consumer/edc-consumer/values-int.yaml index cc62d0f1e..12422f4cf 100644 --- a/deployment/infrastructure/data-consumer/edc-consumer/values-int.yaml +++ b/deployment/infrastructure/data-consumer/edc-consumer/values-int.yaml @@ -200,6 +200,7 @@ item-relationship-service: enabled: true annotations: ingressClassName: nginx + cert-manager.io/cluster-issuer: letsencrypt-prod nginx.ingress.kubernetes.io/backend-protocol: HTTP nginx.ingress.kubernetes.io/force-ssl-redirect: 'true' nginx.ingress.kubernetes.io/ssl-passthrough: 'false'