config rearrange
This commit is contained in:
parent
9bfbc9ceab
commit
926583acc4
1 changed files with 5 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue