Skip to content

Commit

Permalink
that's not that works
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Mar 26, 2024
1 parent 811ab10 commit 7edf058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
TZ: America/New_York
QBITTORRENT__PORT: &port 80
QBITTORRENT__BT_PORT: &bittorrentPort 50413
QBT_Application__MemoryWorkingSetLimit: 12000
QBT_Application__MemoryWorkingSetLimit: 10000
QBT_Preferences__WebUI__AlternativeUIEnabled: false
QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true
QBT_Preferences__WebUI__AuthSubnetWhitelist: |-
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 10Gi
memory: 12Gi
pod:
securityContext:
runAsUser: 568
Expand Down

0 comments on commit 7edf058

Please sign in to comment.