fix service names for qbittorrent

This commit is contained in:
2024-07-08 02:53:13 +10:00
parent dd9dc374ad
commit a300af301f
2 changed files with 3 additions and 3 deletions

View File

@@ -16,6 +16,6 @@ spec:
path: "/"
backend:
service:
name: qbittorrent
name: qbittorrent-qbittorrent-web
port:
number: 8888

View File

@@ -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"