Merge pull request #408 from 3dwardch3ng/misc
fix service names for qbittorrent
This commit is contained in:
@@ -16,6 +16,6 @@ spec:
|
|||||||
path: "/"
|
path: "/"
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: qbittorrent
|
name: qbittorrent-qbittorrent-web
|
||||||
port:
|
port:
|
||||||
number: 8888
|
number: 8888
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user