From 926583acc4b75d42a7f36a5d5d6e77d4e25b50cd Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 23 Aug 2024 09:04:06 -0500 Subject: [PATCH] config rearrange --- .../qbittorrent/qbittorrent/app/helmrelease.yaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml b/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml index 2365358..bad0387 100644 --- a/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml @@ -42,6 +42,7 @@ spec: env: UMASK: "022" QBITTORRENT__PORT: &port 80 + QBITTORRENT__BT_PORT: &bittorrentPort 50413 QBT_Preferences__WebUI__AlternativeUIEnabled: false QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true QBT_Preferences__WebUI__AuthSubnetWhitelist: |- @@ -115,25 +116,20 @@ spec: service: app: controller: *app + type: LoadBalancer + annotations: + io.cilium/lb-ipam-ips: 10.1.1.34 nameOverride: *app ports: http: port: *port - bittorrent: - controller: qbittorrent - type: LoadBalancer - annotations: - io.cilium/lb-ipam-ips: 10.1.1.34 - ports: bittorrent: enabled: true - port: *port + port: *bittorrentPort protocol: TCP - ingress: app: - enabled: true className: "internal-nginx" hosts: - host: "qb.jahanson.tech" @@ -148,7 +144,6 @@ spec: persistence: config: - enabled: true existingClaim: qbittorrent media: type: nfs