config rearrange

This commit is contained in:
Joseph Hanson 2024-08-23 09:04:06 -05:00
parent 9bfbc9ceab
commit 926583acc4
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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