From 2d5ed2648c3146b9b8d33a76bce2f2af5d4ffdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Wed, 19 Mar 2025 20:37:10 +0100 Subject: [PATCH] fix typo --- deploy/jackett/jackett-ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/jackett/jackett-ingress.yaml b/deploy/jackett/jackett-ingress.yaml index b8541fc..0fa640f 100644 --- a/deploy/jackett/jackett-ingress.yaml +++ b/deploy/jackett/jackett-ingress.yaml @@ -1,7 +1,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: jacket-ingress + name: jackett-ingress namespace: jellyfin annotations: kubernetes.io/ingress.class: "nginx" @@ -23,4 +23,4 @@ spec: service: name: jackett port: - number: 80 \ No newline at end of file + number: 80