From 31f8c2947b52176d22bdd7c5da21028d0a23e7ff Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Mon, 5 Aug 2024 16:12:43 -0400 Subject: [PATCH] fix: update qb resources Signed-off-by: Devin Buhl --- .../main/apps/default/qbittorrent/app/helmrelease.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/kubernetes/main/apps/default/qbittorrent/app/helmrelease.yaml b/kubernetes/main/apps/default/qbittorrent/app/helmrelease.yaml index 51c841b512d98..e1dcd3cf0b1e2 100644 --- a/kubernetes/main/apps/default/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/main/apps/default/qbittorrent/app/helmrelease.yaml @@ -46,12 +46,6 @@ spec: QBT_Preferences__WebUI__AuthSubnetWhitelist: |- 10.42.0.0/16, 192.168.42.0/24 QBT_Preferences__WebUI__LocalHostAuth: false - QBT_BitTorrent__Session__Interface: eth0 - QBT_BitTorrent__Session__InterfaceAddress: - valueFrom: - fieldRef: - fieldPath: status.podIP - QBT_BitTorrent__Session__InterfaceName: eth0 probes: liveness: &probes enabled: true @@ -78,7 +72,7 @@ spec: requests: cpu: 100m limits: - memory: 24Gi + memory: 32Gi defaultPodOptions: securityContext: runAsNonRoot: true