changes due to network reorg

This commit is contained in:
Radar231 2022-11-19 07:58:14 -05:00
parent 0095b3e0a8
commit f4ddcc2345
3 changed files with 6 additions and 5 deletions

View File

@ -25,7 +25,8 @@ spec:
- key: kubernetes.io/arch
operator: In
values:
- arm64
#- arm64
- amd64
containers:
- name: transmission
image: haugene/transmission-openvpn
@ -41,7 +42,7 @@ spec:
- name: WEBPROXY_ENABLED
value: "false"
- name: LOCAL_NETWORK
value: "192.168.7.0/24"
value: "192.168.20.0/24"
- name: TRANSMISSION_RATIO_LIMIT
value: "1"
- name: TRANSMISSION_RATIO_LIMIT_ENABLED

View File

@ -5,9 +5,9 @@ metadata:
name: transmission
annotations:
metallb.universe.tf/address-pool: default
metallb.universe.tf/allow-shared-ip: "dot80"
metallb.universe.tf/allow-shared-ip: "dot83"
spec:
loadBalancerIP: 192.168.7.80
loadBalancerIP: 192.168.20.83
ports:
- port: 9091
targetPort: 9091

View File

@ -15,7 +15,7 @@ spec:
- hard
- nfsvers=4.0
nfs:
server: 192.168.7.11
server: 192.168.20.11
path: "/volume1/k8s-storage/transmission-data"
# EOF