Skip to content

Commit

Permalink
chore(kubernetes): rename thunderbolt flux var
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 11, 2024
1 parent 23b6c08 commit dbd237f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 4 additions & 2 deletions kubernetes/apps/media/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ spec:
QBITTORRENT__BT_PORT: &btPort ${TORRENT_PUBLIC_PORT}
QBT_Preferences__WebUI__AlternativeUIEnabled: false
QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true
QBT_Preferences__WebUI__AuthSubnetWhitelist: |-
${CLUSTER_POD_IP_CIDR}, ${LAN_SERVER_IP_CIDR}, ${LAN_TB_IP_CIDR}
QBT_Preferences__WebUI__AuthSubnetWhitelist: >-
${CLUSTER_POD_IP_CIDR},
${LAN_SERVER_IP_CIDR},
${LAN_THUNDERBOLT_IP_CIDR}
QBT_Preferences__WebUI__LocalHostAuth: false
QBT_BitTorrent__Session__Interface: eth0
QBT_BitTorrent__Session__InterfaceAddress:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
public:
- ${LAN_SERVER_IP_CIDR}
cluster:
- ${LAN_TB_IP_CIDR}
- ${LAN_THUNDERBOLT_IP_CIDR}
connections:
requireMsgr2: true
crashCollector:
Expand Down
4 changes: 1 addition & 3 deletions kubernetes/flux/vars/cluster-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ data:
LAN_IOT_GATEWAY_IP: 10.0.2.1
LAN_GUEST_IP_CIDR: 10.0.4.0/24
LAN_GUEST_GATEWAY_IP: 10.0.4.1

# TB LAN
LAN_TB_IP_CIDR: 10.1.0.0/24
LAN_THUNDERBOLT_IP_CIDR: 10.1.0.0/24

# Shh :-)
TAILNET_PUBLIC_PORT: "41642"
Expand Down

0 comments on commit dbd237f

Please sign in to comment.