From a300af301f709ed51ce76c34f6927ec497e10622 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 8 Jul 2024 02:53:13 +1000 Subject: [PATCH] fix service names for qbittorrent --- kubernetes/apps/qbittorrent/app/ingress.yaml | 2 +- .../ingress-nginx/config/ingress-configmap.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes/apps/qbittorrent/app/ingress.yaml b/kubernetes/apps/qbittorrent/app/ingress.yaml index 5f791f7..ac5de48 100644 --- a/kubernetes/apps/qbittorrent/app/ingress.yaml +++ b/kubernetes/apps/qbittorrent/app/ingress.yaml @@ -16,6 +16,6 @@ spec: path: "/" backend: service: - name: qbittorrent + name: qbittorrent-qbittorrent-web port: number: 8888 \ No newline at end of file diff --git a/kubernetes/infrastructure/ingress-nginx/config/ingress-configmap.yaml b/kubernetes/infrastructure/ingress-nginx/config/ingress-configmap.yaml index 1f682de..62fd396 100644 --- a/kubernetes/infrastructure/ingress-nginx/config/ingress-configmap.yaml +++ b/kubernetes/infrastructure/ingress-nginx/config/ingress-configmap.yaml @@ -10,7 +10,7 @@ data: "5433": "postgresql/postgresql-replica:5432" "5443": "adguard-home/adguard-home:5443" "6060": "adguard-home/adguard-home:6060" - "8388": "qbittorrent/qbittorrent:8388" + "8388": "qbittorrent/qbittorrent-qbittorrent-torrent:8388" --- apiVersion: v1 kind: ConfigMap @@ -23,4 +23,4 @@ data: "68": "adguard-home/adguard-home:68" "853": "adguard-home/adguard-home:853" "5443": "adguard-home/adguard-home:5443" - "8388": "qbittorrent/qbittorrent:8388" + "8388": "qbittorrent/qbittorrent-qbittorrent-torrent:8388"