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: env:
UMASK: "022" UMASK: "022"
QBITTORRENT__PORT: &port 80 QBITTORRENT__PORT: &port 80
QBITTORRENT__BT_PORT: &bittorrentPort 50413
QBT_Preferences__WebUI__AlternativeUIEnabled: false QBT_Preferences__WebUI__AlternativeUIEnabled: false
QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true
QBT_Preferences__WebUI__AuthSubnetWhitelist: |- QBT_Preferences__WebUI__AuthSubnetWhitelist: |-
@ -115,25 +116,20 @@ spec:
service: service:
app: app:
controller: *app controller: *app
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.1.1.34
nameOverride: *app nameOverride: *app
ports: ports:
http: http:
port: *port port: *port
bittorrent:
controller: qbittorrent
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.1.1.34
ports:
bittorrent: bittorrent:
enabled: true enabled: true
port: *port port: *bittorrentPort
protocol: TCP protocol: TCP
ingress: ingress:
app: app:
enabled: true
className: "internal-nginx" className: "internal-nginx"
hosts: hosts:
- host: "qb.jahanson.tech" - host: "qb.jahanson.tech"
@ -148,7 +144,6 @@ spec:
persistence: persistence:
config: config:
enabled: true
existingClaim: qbittorrent existingClaim: qbittorrent
media: media:
type: nfs type: nfs