From be7aca7e9d9db5bcbdbd199291462e9b711298e3 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 26 Jul 2024 05:49:51 +1000 Subject: [PATCH] update port number --- apps/qbittorrent/base/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/qbittorrent/base/service.yaml b/apps/qbittorrent/base/service.yaml index 170abda..7d4e749 100644 --- a/apps/qbittorrent/base/service.yaml +++ b/apps/qbittorrent/base/service.yaml @@ -12,7 +12,7 @@ spec: internalTrafficPolicy: Cluster ports: - protocol: TCP - port: 18080 + port: 18880 targetPort: 8080 name: qb-ui - protocol: TCP