From d635988f5a557db011d0b810a7027699cf69c99b Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 11 Nov 2022 10:24:33 +0100 Subject: [PATCH] Remove router.tls annotation This specialized the ingress for https connections which is no longer the case for the combined ingress --- src/main/resources/ingress/ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/ingress/ingress.yaml b/src/main/resources/ingress/ingress.yaml index c7ea965..a1481da 100644 --- a/src/main/resources/ingress/ingress.yaml +++ b/src/main/resources/ingress/ingress.yaml @@ -7,7 +7,6 @@ metadata: app.kubernetes.part-of: c4k-common-app annotations: traefik.ingress.kubernetes.io/router.entrypoints: web, websecure - traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.middlewares: default-redirect-https@kubernetescrd spec: tls: