Merge pull request #408 from 3dwardch3ng/misc

fix service names for qbittorrent
This commit is contained in:
2024-07-08 02:53:29 +10:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -10,7 +10,7 @@ data:
"5433": "postgresql/postgresql-replica:5432" "5433": "postgresql/postgresql-replica:5432"
"5443": "adguard-home/adguard-home:5443" "5443": "adguard-home/adguard-home:5443"
"6060": "adguard-home/adguard-home:6060" "6060": "adguard-home/adguard-home:6060"
"8388": "qbittorrent/qbittorrent:8388" "8388": "qbittorrent/qbittorrent-qbittorrent-torrent:8388"
--- ---
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
@@ -23,4 +23,4 @@ data:
"68": "adguard-home/adguard-home:68" "68": "adguard-home/adguard-home:68"
"853": "adguard-home/adguard-home:853" "853": "adguard-home/adguard-home:853"
"5443": "adguard-home/adguard-home:5443" "5443": "adguard-home/adguard-home:5443"
"8388": "qbittorrent/qbittorrent:8388" "8388": "qbittorrent/qbittorrent-qbittorrent-torrent:8388"