Skip to content

Commit

Permalink
fix(kyak): add mem request
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed May 3, 2024
1 parent 782cbe2 commit 0b2509b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/kyak/apps/media/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: 10000
QBT_Application__MemoryWorkingSetLimit: 6144
QBT_Preferences__WebUI__AlternativeUIEnabled: false
QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true
QBT_Preferences__WebUI__AuthSubnetWhitelist: |-
Expand Down Expand Up @@ -73,6 +73,7 @@ spec:
resources:
requests:
cpu: 100m
memory: 2Gi
limits:
memory: 6Gi
pod:
Expand Down

0 comments on commit 0b2509b

Please sign in to comment.