From 2ff52b75d4c1412047c4247d8d81804dff0deebb Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 5 Dec 2023 15:30:47 -0500 Subject: [PATCH] fix jackett ingress --- jellyfin/helmrelease-jackett.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/jellyfin/helmrelease-jackett.yaml b/jellyfin/helmrelease-jackett.yaml index ab77455..532be90 100644 --- a/jellyfin/helmrelease-jackett.yaml +++ b/jellyfin/helmrelease-jackett.yaml @@ -46,19 +46,14 @@ spec: ingress: enabled: true className: traefik - # -- Annotations for the ingress annotations: traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd - # -- Ingress hosts configuration - # @default -- see [values.yaml](values.yaml) hosts: - - host: jackett.michaelthomson.dev - paths: - - path: / - pathType: ImplementationSpecific - # -- The TLS configuration for the Ingress + - jackett.michaelthomson.dev + paths: + - / tls: - secretName: letsencrypt-wildcard-cert-michaelthomson.dev hosts: